aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-09-22 19:04:42 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-09-22 19:04:42 -0400
commit4d4ddf0ba06ebab7e60cbb28323d51ecfa157444 (patch)
treedc9aa1036f4c21dc6c9d6ee67cffd9943b117661
parent197907e6c37b7387f871182c223c4e8b692e47cc (diff)
downloadkiwi-descriptions-4d4ddf0ba06ebab7e60cbb28323d51ecfa157444.tar.gz
kiwi-descriptions-4d4ddf0ba06ebab7e60cbb28323d51ecfa157444.zip
components/boot: aarch64: Set 16 MiB starting offset for 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.
-rw-r--r--components/boot.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/boot.xml b/components/boot.xml
index a7d1bc0..4237cf3 100644
--- a/components/boot.xml
+++ b/components/boot.xml
@@ -30,7 +30,7 @@
<type image="oem"
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
kernelcmdline="rhgb quiet" devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh"
- bootpartition="true" bootpartsize="1024" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
+ bootpartition="true" bootpartsize="1024" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi"
rootfs_label="fedora"
>
<bootloader name="grub2" bls="true" console="console" timeout="5"/>