diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 08f8c84..ff4ca03 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -8,7 +8,7 @@ firewall --enabled --service=mdns,ssh bootloader extlinux part /boot/fw --size=30 --fstype vfat --asprimary -part /boot --size=512 --fstype ext3 --asprimary +part /boot --size=512 --fstype ext4 --asprimary part swap --size=512 --fstype swap --asprimary part / --size=3584 --fstype ext4 --asprimary diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index edd97f9..4d39e00 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -1,6 +1,5 @@ %include fedora-arm-base.ks -part /boot --size=512 --fstype ext3 part swap --size=256 --fstype swap part / --size=1279 --fstype ext4