diff options
Diffstat (limited to 'components/boot.xml')
| -rw-r--r-- | components/boot.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/boot.xml b/components/boot.xml index 4237cf3..bea9703 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -12,7 +12,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" - bootpartition="true" bootpartsize="1024" bootfilesystem="ext4" efipartsize="500" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" rootfs_label="fedora" > <bootloader name="grub2" bls="true" console="console" timeout="5"/> @@ -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" disk_start_sector="34816" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi" rootfs_label="fedora" > <bootloader name="grub2" bls="true" console="console" timeout="5"/> @@ -48,7 +48,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" - bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" firmware="ofw" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" firmware="ofw" rootfs_label="fedora" > <bootloader name="grub2" bls="true" console="console" timeout="5"/> @@ -67,7 +67,7 @@ filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" rootfs_label="fedora" > <bootloader name="zipl" timeout="1"/> |