grub2: Enable bls for all non-live images

This became necessary with 10.0.13 / after merging
https://github.com/OSInside/kiwi/pull/2535 but doesn't seem to
noticeable effects besides miisin "GRUB_ENABLE_BLSCFG=true" in
/etc/default/grub.
This commit is contained in:
Janne Grunau
2025-04-29 22:36:27 +02:00
parent 61f0794ad5
commit 66b87054e8
7 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"
>
<bootloader name="grub2" console="serial" timeout="1"/>
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
<size unit="G">30</size>
<vagrantconfig provider="libvirt" virtualsize="30"/>
<systemdisk>
@@ -52,7 +52,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"
>
<bootloader name="grub2" console="serial" timeout="1"/>
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
<size unit="G">30</size>
<vagrantconfig provider="virtualbox" virtualbox_guest_additions_present="true" virtualsize="30"/>
<systemdisk>