diff --git a/fedora-arm-kde.ks b/fedora-arm-kde.ks index b5f5b74..c1b612c 100644 --- a/fedora-arm-kde.ks +++ b/fedora-arm-kde.ks @@ -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 diff --git a/fedora-arm-mate-vfat.ks b/fedora-arm-mate-vfat.ks index 33dc05c..18d3ea4 100644 --- a/fedora-arm-mate-vfat.ks +++ b/fedora-arm-mate-vfat.ks @@ -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" diff --git a/fedora-arm-mate.ks b/fedora-arm-mate.ks index 74661f5..f60e333 100644 --- a/fedora-arm-mate.ks +++ b/fedora-arm-mate.ks @@ -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" diff --git a/fedora-arm-partitioning.ks b/fedora-arm-partitioning.ks index 9705cae..cb48086 100644 --- a/fedora-arm-partitioning.ks +++ b/fedora-arm-partitioning.ks @@ -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 diff --git a/fedora-arm-vfat-partitioning.ks b/fedora-arm-vfat-partitioning.ks index 7b6bc8f..21968a7 100644 --- a/fedora-arm-vfat-partitioning.ks +++ b/fedora-arm-vfat-partitioning.ks @@ -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