aboutsummaryrefslogtreecommitdiffci
path: root/teams/server.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Janne Grunau <janne-fdr@jannau.net> 2025-04-27 22:19:29 +0200
committerGravatar Janne Grunau <janne-fdr@jannau.net> 2025-04-29 22:36:27 +0200
commit66b87054e8155204fcaae4196f88592a07ee9457 (patch)
tree545b643b6a288ddd7a68f8430f483224ca4c982d /teams/server.xml
parent61f0794ad5a1d4f8d067e753a4f2f3ae656b6d8e (diff)
downloadkiwi-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 'teams/server.xml')
-rw-r--r--teams/server.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/teams/server.xml b/teams/server.xml
index 0413e5a..25288c9 100644
--- a/teams/server.xml
+++ b/teams/server.xml
@@ -26,7 +26,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="0"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="0"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -44,7 +44,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="0"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="0"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -80,7 +80,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="0"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="0"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -97,7 +97,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -114,7 +114,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -131,7 +131,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -166,7 +166,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>