Skip to content

Commit 30e52ef

Browse files
committed
initrd/bin/kexec-insert-key: insert newline before output on console
Signed-off-by: Thierry Laurion <[email protected]>
1 parent df27306 commit 30e52ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

initrd/bin/kexec-insert-key

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ mkdir -p "$INITRD_DIR/etc"
4545
unseal_failed="n"
4646
if ! kexec-unseal-key "$INITRD_DIR/secret.key"; then
4747
unseal_failed="y"
48+
echo
4849
echo "!!! Failed to unseal the TPM LUKS disk key"
4950
fi
5051

0 commit comments

Comments
 (0)