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:
Neal Gompa
2025-02-20 07:55:35 -05:00
parent 04baf2e19b
commit 2cb33874d1
+1 -1
View File
@@ -110,7 +110,7 @@
<type image="oem" <type image="oem"
filesystem="xfs" filesystem="xfs"
devicepersistency="by-uuid" force_mbr="true" 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" rootfs_label="fedora"
> >
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/> <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>