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.
This commit is contained in:
Peter Robinson 2016-10-19 11:23:55 +01:00
parent 63f05c2a56
commit 2ccc0a538b
2 changed files with 2 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,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