mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 15:54:20 +00:00
@base was renamed; adjust kickstarts.
This commit is contained in:
parent
bbb4327364
commit
5a74ea22ac
@ -15,7 +15,6 @@ repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorl
|
||||
|
||||
|
||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||
# (@base is added by default unless you add --nobase to %packages)
|
||||
# (default groups for the configured repos are added by --default)
|
||||
%packages --default
|
||||
# core
|
||||
@ -26,7 +25,7 @@ dracut-*
|
||||
|
||||
## common stuff
|
||||
@x-server
|
||||
@base
|
||||
@standard
|
||||
@core
|
||||
@dial-up
|
||||
@fonts
|
||||
|
@ -24,7 +24,7 @@ repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
|
||||
|
||||
%packages
|
||||
@base-x
|
||||
@base
|
||||
@standard
|
||||
@core
|
||||
@fonts
|
||||
@input-methods
|
||||
|
@ -16,7 +16,7 @@ part / --size 4096
|
||||
# desktop image at some point. We won't touch this one for now.
|
||||
nss-mdns
|
||||
|
||||
# This one needs to be kicked out of @base
|
||||
# This one needs to be kicked out of @standard
|
||||
-smartmontools
|
||||
|
||||
# The gnome-shell team does not want extensions in the default spin;
|
||||
|
@ -19,7 +19,7 @@ repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
|
||||
|
||||
%packages
|
||||
@base-x
|
||||
@base
|
||||
@standard
|
||||
@core
|
||||
@hardware-support
|
||||
kernel
|
||||
|
@ -63,7 +63,7 @@ wqy-microhei-fonts # a compact CJK font, to replace:
|
||||
-ibus*
|
||||
-iok
|
||||
|
||||
# save some space (from @base)
|
||||
# save some space (from @standard)
|
||||
-make
|
||||
|
||||
# save space (it pulls in gdisk/udisks2/libicu)
|
||||
|
@ -46,7 +46,7 @@ part / --size=550 --grow --fstype=ext4
|
||||
part swap --recommended
|
||||
|
||||
%packages
|
||||
@base
|
||||
@standard
|
||||
%end
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user