Skip to content

Commit a452925

Browse files
committed
initrd/bin/kexec-select-boot: clarify that TPM2 primary handle HASH is created upon setting default boot (was not clear)
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 3b6e012 commit a452925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

initrd/bin/kexec-select-boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [ "$CONFIG_TPM2_TOOLS" = "y" ]; then
7373
}
7474
else
7575
warn "Hash of TPM2 primary key handle does not exist"
76-
warn "Please rebuild the TPM2 primary key handle by settings a default OS to boot."
76+
warn "Please rebuild the TPM2 primary key handle hash by setting a default OS to boot."
7777
warn "Select Options-> Boot Options -> Show OS Boot Menu -> <Pick OS> -> Make default"
7878
#TODO: Simplify/Automatize TPM2 firmware upgrade process. Today: upgrade, reboot, reseal(type TPM owner pass), resign, boot
7979
default_failed="y"

0 commit comments

Comments
 (0)