fedora-kickstarts/fedora-arm-workstation.ks
Dennis Gilmore 8c34b5ffa9 ARM: kickstart cleanups
remove vfat kickstarts, we are going to use u-boot in raw space
without needing two sets of images with different partitioning we
can remove the seperate partitioning snippets and put the
partitioning in base.
2014-05-06 12:31:06 -05:00

13 lines
183 B
Plaintext

%include fedora-arm-base.ks
%include fedora-arm-xbase.ks
%include fedora-workstation-packages.ks
part / --size=5000 --fstype ext4
%packages
-initial-setup
-initial-setup-gui
%end