forked from srbala/fedora-kickstarts
Neal Gompa
b164029627
The DNF-based appliance-tools build of the ARM image complains that it is short by 54MB, so we're increasing by a bit more than that to give some wiggle room for the future.
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=5690 --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
|