mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-07 08:54:22 +00:00
Promote some deselections to full exclusions to keep them off the install media
This commit is contained in:
parent
92b2ac326a
commit
805dcc37d5
@ -10,7 +10,7 @@
|
||||
#part iso --size=4998
|
||||
|
||||
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng
|
||||
repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch
|
||||
|
||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||
@ -20,9 +20,6 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
|
||||
# core
|
||||
tcsh
|
||||
kernel*
|
||||
-kernel*debug*
|
||||
-kernel-kdump*
|
||||
-syslog-ng
|
||||
# Desktop Packages
|
||||
@kde-desktop
|
||||
echo-icon-theme
|
||||
|
Loading…
Reference in New Issue
Block a user