mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-26 17:13:09 +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.
|
# 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)
|
# (default groups for the configured repos are added by --default)
|
||||||
%packages --default
|
%packages --default
|
||||||
# core
|
# core
|
||||||
@ -26,7 +25,7 @@ dracut-*
|
|||||||
|
|
||||||
## common stuff
|
## common stuff
|
||||||
@x-server
|
@x-server
|
||||||
@base
|
@standard
|
||||||
@core
|
@core
|
||||||
@dial-up
|
@dial-up
|
||||||
@fonts
|
@fonts
|
||||||
|
@ -24,7 +24,7 @@ repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
@base-x
|
@base-x
|
||||||
@base
|
@standard
|
||||||
@core
|
@core
|
||||||
@fonts
|
@fonts
|
||||||
@input-methods
|
@input-methods
|
||||||
|
@ -16,7 +16,7 @@ part / --size 4096
|
|||||||
# desktop image at some point. We won't touch this one for now.
|
# desktop image at some point. We won't touch this one for now.
|
||||||
nss-mdns
|
nss-mdns
|
||||||
|
|
||||||
# This one needs to be kicked out of @base
|
# This one needs to be kicked out of @standard
|
||||||
-smartmontools
|
-smartmontools
|
||||||
|
|
||||||
# The gnome-shell team does not want extensions in the default spin;
|
# 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
|
%packages
|
||||||
@base-x
|
@base-x
|
||||||
@base
|
@standard
|
||||||
@core
|
@core
|
||||||
@hardware-support
|
@hardware-support
|
||||||
kernel
|
kernel
|
||||||
|
@ -63,7 +63,7 @@ wqy-microhei-fonts # a compact CJK font, to replace:
|
|||||||
-ibus*
|
-ibus*
|
||||||
-iok
|
-iok
|
||||||
|
|
||||||
# save some space (from @base)
|
# save some space (from @standard)
|
||||||
-make
|
-make
|
||||||
|
|
||||||
# save space (it pulls in gdisk/udisks2/libicu)
|
# save space (it pulls in gdisk/udisks2/libicu)
|
||||||
|
@ -46,7 +46,7 @@ part / --size=550 --grow --fstype=ext4
|
|||||||
part swap --recommended
|
part swap --recommended
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@base
|
@standard
|
||||||
%end
|
%end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user