teams/server: Use ext4 for /boot for the AArch64 host disk image
U-Boot does not support XFS and this causes significant issues when trying to boot Fedora Server on single board computers. Resolve this by using ext4 here, as all U-Boot variants generally support this.
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@
|
||||
<type image="oem"
|
||||
filesystem="xfs"
|
||||
devicepersistency="by-uuid" force_mbr="true"
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
|
||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
||||
rootfs_label="fedora"
|
||||
>
|
||||
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
||||
|
||||
Reference in New Issue
Block a user