aboutsummaryrefslogtreecommitdiff
path: root/teams
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-09-28 13:12:11 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-09-28 13:12:11 -0400
commit35da5b9e1453465df0b48258d6f6614ee931be17 (patch)
tree87d1ee50ea72e62ac7230745b6101704ac691ec5 /teams
parent4d4ddf0ba06ebab7e60cbb28323d51ecfa157444 (diff)
downloadkiwi-descriptions-35da5b9e1453465df0b48258d6f6614ee931be17.tar.gz
kiwi-descriptions-35da5b9e1453465df0b48258d6f6614ee931be17.zip
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.
Diffstat (limited to 'teams')
-rw-r--r--teams/server.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/server.xml b/teams/server.xml
index 25288c9..21e98bb 100644
--- a/teams/server.xml
+++ b/teams/server.xml
@@ -111,7 +111,7 @@
<type image="oem"
filesystem="xfs"
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"
>
<bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>