8c34b5ffa9
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.
13 lines
183 B
Plaintext
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
|
|
|