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.
This commit is contained in:
Peter Robinson 2016-10-22 18:44:36 +01:00
parent 7f436214bc
commit 965fb1adab
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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