From 2ccc0a538b6b3aed44707593c89a73528e31db6d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 19 Oct 2016 11:23:55 +0100 Subject: [PATCH] Move back to ext4 now that u-boot 2016.11 RC1 fixes ext4. The support for dealing with the extra changes and features in ext4 has been resolved so we can now move back to ext4 on boot partition. --- fedora-arm-base.ks | 2 +- fedora-arm-minimal.ks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..3f5126b 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -1,6 +1,6 @@ %include fedora-arm-base.ks -part /boot --size=512 --fstype ext3 +part /boot --size=512 --fstype ext4 part swap --size=256 --fstype swap part / --size=1279 --fstype ext4