mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 23:00:30 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user