diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 3d2d975..ceeea87 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -10,7 +10,7 @@ bootloader extlinux part /boot/fw --size=30 --fstype vfat --asprimary part /boot --size=512 --fstype ext4 --asprimary part swap --size=512 --fstype swap --asprimary -part / --size=3000 --fstype ext4 --asprimary +part / --size=2800 --fstype ext4 --asprimary # make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig