diff options
| author | 2025-04-27 22:19:29 +0200 | |
|---|---|---|
| committer | 2025-04-29 22:36:27 +0200 | |
| commit | 66b87054e8155204fcaae4196f88592a07ee9457 (patch) | |
| tree | 545b643b6a288ddd7a68f8430f483224ca4c982d /components/boot-eln.xml | |
| parent | 61f0794ad5a1d4f8d067e753a4f2f3ae656b6d8e (diff) | |
| download | kiwi-descriptions-66b87054e8155204fcaae4196f88592a07ee9457.tar.gz kiwi-descriptions-66b87054e8155204fcaae4196f88592a07ee9457.zip | |
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.
Diffstat (limited to 'components/boot-eln.xml')
| -rw-r--r-- | components/boot-eln.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/boot-eln.xml b/components/boot-eln.xml index f712c48..43d8b5c 100644 --- a/components/boot-eln.xml +++ b/components/boot-eln.xml @@ -13,7 +13,7 @@ bootpartition="true" bootpartsize="1024" bootfilesystem="xfs" efipartsize="500" firmware="uefi" rootfs_label="fedora" > - <bootloader name="grub2" console="console" timeout="1" timeout_style="hidden"/> + <bootloader name="grub2" bls="true" console="console" timeout="1" timeout_style="hidden"/> <oemconfig> <oem-resize>false</oem-resize> </oemconfig> @@ -26,7 +26,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw" rootfs_label="fedora" > - <bootloader name="grub2" console="console" timeout="1" timeout_style="hidden"/> + <bootloader name="grub2" bls="true" console="console" timeout="1" timeout_style="hidden"/> <oemconfig> <oem-resize>false</oem-resize> </oemconfig> |