remove --grow from arm partitioning

This commit is contained in:
Dennis Gilmore 2013-08-01 11:45:35 -05:00
parent a466042a77
commit f8f7efb3f7
5 changed files with 6 additions and 4 deletions

View File

@ -3,6 +3,8 @@
%include fedora-kde-packages.ks
%include fedora-arm-partitioning.ks
part / --size=3400 --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-mate-packages.ks
%include fedora-arm-vfat-partitioning.ks
part / --grow --size=4000 --fstype ext4
part / --size=4000 --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 / --grow --size=4000 --fstype ext4
part / --size=4000 --fstype ext4
%post
echo -n "Enabling initial-setup gui mode on startup"

View File

@ -1,5 +1,5 @@
bootloader --location=none
part /boot --size=512 --fstype ext3
part swap --size=512 --fstype swap
part / --grow --size=3000 --fstype ext4
part / --size=3000 --fstype ext4

View File

@ -1,5 +1,5 @@
bootloader --location=none
part /boot/uboot --size=20 --fstype vfat
part swap --size=512 --fstype swap
part / --grow --size=3400 --fstype ext4
part / --size=3400 --fstype ext4