increase the size of the / partitions for Desktop and Mate images

This commit is contained in:
Dennis Gilmore 2013-08-26 20:56:30 -05:00
parent 3edb2534c5
commit 69cd14ecc8
4 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,8 @@
%include fedora-desktop-packages.ks
%include fedora-arm-vfat-partitioning.ks
part / --size=4000 --fstype ext4
%packages
-initial-setup

View File

@ -3,6 +3,8 @@
%include fedora-desktop-packages.ks
%include fedora-arm-partitioning.ks
part / --size=4000 --fstype ext4
%packages
-initial-setup

View File

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

View File

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