forked from srbala/fedora-kickstarts
eab5b9ed44
users will need at least 6G on thie sd card so still targeting 8G or bigger media
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-arm-xbase.ks
|
|
%include fedora-kde-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
|