3
0
forked from pool/shim

shim-install: Add ca_string for SL Micro to update fallback loader #5

Manually merged
joeyli merged 1 commits from joeyli/shim:16.1-sl-micro-ca_string-bsc1254336 into main 2025-12-12 07:38:10 +01:00

View File

@@ -71,9 +71,12 @@ fi
efi_distributor="$bootloader_id"
bootloader_id="${bootloader_id}-secureboot"
# bsc#1254336 The sl is for SL Micro. It can be removed afrer SL Micro is EoL
case "$bootloader_id" in
"sle"*)
ca_string='SUSE Linux Enterprise Secure Boot CA1';;
"sl"*)
ca_string='SUSE Linux Enterprise Secure Boot CA1';;
"opensuse"*)
ca_string='openSUSE Secure Boot CA1';;
*) ca_string="";;