From 965fb1adab005f8b9069a9505f5b88b0a180ad50 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Oct 22 2016 17:44:36 +0000 Subject: revert ext3 /boot for arm images The issue has been fixed upstream with improvements to ext4 support in u-boot 2016.11, in Fedora I backported these fixes to uboot-tools-2016.09.01-2.fc25 and they've now been verified and that release is now stable so we should be good to revert the ext3 partition workaround for F-25 GA. --- 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