We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df27306 commit 30e52efCopy full SHA for 30e52ef
initrd/bin/kexec-insert-key
@@ -45,6 +45,7 @@ mkdir -p "$INITRD_DIR/etc"
45
unseal_failed="n"
46
if ! kexec-unseal-key "$INITRD_DIR/secret.key"; then
47
unseal_failed="y"
48
+ echo
49
echo "!!! Failed to unseal the TPM LUKS disk key"
50
fi
51
0 commit comments