forked from srbala/fedora-kickstarts
09afeb926f
This is a generic disk image that should be usable on any architecture with imagefactory or live-media-creator (possibly with package tweaks). Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
16 lines
194 B
Plaintext
16 lines
194 B
Plaintext
%include fedora-disk-base.ks
|
|
%include fedora-disk-xbase.ks
|
|
%include fedora-workstation-common.ks
|
|
|
|
bootloader --append="cma=256MB"
|
|
|
|
%packages
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
|
|
%end
|
|
|
|
%post
|
|
|
|
%end
|