fedora-kickstarts/fedora-arm-workstation.ks
Dennis Gilmore b8472d7f87 include the workstation packages on the arm workstation image.
ensure that initial-setup and initail-setup-gui are not on the image as
gnome has its ownsetup tool
2014-05-06 12:27:01 -05:00

14 lines
219 B
Plaintext

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