diff --git a/shim-install b/shim-install index fb56bf2..708d026 100644 --- a/shim-install +++ b/shim-install @@ -384,8 +384,14 @@ prepare_cryptodisk () { fi fi + tpm_srk_alg="${GRUB_TPM2_SRK_ALG}" + + if [ -z "$tpm_srk_alg" ]; then + tpm_srk_alg="RSA" + fi + cat < + +- Update shim-install to set the TPM2 SRK algorithm (bsc#1213945) + 92d0f4305df73 Set the SRK algorithm for the TPM2 protector + ------------------------------------------------------------------- Fri Feb 2 05:57:07 UTC 2024 - Gary Ching-Pang Lin