make / bigger on KDE images

This commit is contained in:
Dennis Gilmore 2013-08-28 20:26:52 -05:00
parent 802966ff92
commit 7e9439c5f0
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
%include fedora-kde-packages.ks
%include fedora-arm-vfat-partitioning.ks
part / --size=4000 --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

View File

@ -3,7 +3,7 @@
%include fedora-kde-packages.ks
%include fedora-arm-partitioning.ks
part / --size=3400 --fstype ext4
part / --size=4000 --fstype ext4
%post
echo -n "Enabling initial-setup gui mode on startup"