forked from pool/shim
shim-install: Add ca_string for SL Micro to update fallback loader #5
@@ -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="";;
|
||||
|
||||
Reference in New Issue
Block a user