mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-08 01:14:22 +00:00
d8fb90786c
This is a generic disk image that should be usable on any architecture with imagefactory or live-media-creator (possibly with package tweaks). Minor tweaks to the autopart across Minimal/Workstation for Server defaults. Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
18 lines
217 B
Plaintext
18 lines
217 B
Plaintext
%include fedora-disk-base.ks
|
|
%include fedora-disk-xbase.ks
|
|
%include fedora-workstation-common.ks
|
|
|
|
bootloader --append="cma=256MB"
|
|
|
|
autopart --type=plain
|
|
|
|
%packages
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
|
|
%end
|
|
|
|
%post
|
|
|
|
%end
|