diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 59a8053..8ef64ba 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -9,7 +9,7 @@ bootloader extlinux part /boot --size=512 --fstype ext4 part swap --size=512 --fstype swap -part / --size=3070 --fstype ext4 +part / --size=3584 --fstype ext4 # make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig diff --git a/fedora-arm-mate.ks b/fedora-arm-mate.ks index 7c0b5c9..d436ac1 100644 --- a/fedora-arm-mate.ks +++ b/fedora-arm-mate.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-mate-packages.ks -part / --size=5000 --fstype ext4 +part / --size=5500 --fstype ext4 %post echo -n "Enabling initial-setup gui mode on startup" diff --git a/fedora-arm-workstation.ks b/fedora-arm-workstation.ks index bff5895..c56a58a 100644 --- a/fedora-arm-workstation.ks +++ b/fedora-arm-workstation.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-workstation-packages.ks -part / --size=5000 --fstype ext4 +part / --size=5500 --fstype ext4 %packages -initial-setup