teams/server: aarch64: Set 16 MiB starting offset for ServerDisk partitions

This ensures that there's empty space for arm-image-installer to
inject firmware blobs into images as part of preparing to install
for various single board computers.
This commit is contained in:
Neal Gompa
2025-09-28 13:12:11 -04:00
parent 4d4ddf0ba0
commit 35da5b9e14
+1 -1
View File
@@ -111,7 +111,7 @@
<type image="oem" <type image="oem"
filesystem="xfs" filesystem="xfs"
devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh" devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh"
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi"
rootfs_label="fedora" rootfs_label="fedora"
> >
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/> <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>