mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-13 03:24:21 +00:00
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:
parent
7f436214bc
commit
965fb1adab
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user