forked from srbala/fedora-kickstarts
09b9d714a5
setup kickstarts for partitioning with vfat for use on systes like OMAP add SoaS for ARM
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-arm-xbase.ks
|
|
%include fedora-xfce-packages.ks
|
|
%include fedora-arm-partitioning.ks
|
|
|
|
%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
|