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.
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1"
|
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"
|
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"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
<bootloader name="grub2" bls="true" console="console" timeout="5"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user