forked from srbala/fedora-kickstarts
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
334 B
Plaintext
13 lines
334 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-arm-xbase.ks
|
|
%include fedora-mate-packages.ks
|
|
|
|
part / --size=5000 --fstype ext4
|
|
|
|
%post
|
|
echo -n "Enabling initial-setup gui mode on startup"
|
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
|
echo .
|
|
|
|
%end
|