From 8a505b6006db3126fa9bfc9701c98197d49ed465 Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Mon, 29 Jun 2020 13:25:31 +0200 Subject: [PATCH] removed pcr policy before reboot --- create-luks-tpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-luks-tpm.sh b/create-luks-tpm.sh index f34e765..535bc1f 100755 --- a/create-luks-tpm.sh +++ b/create-luks-tpm.sh @@ -8,5 +8,5 @@ tpm2_getrandom 32 -o /root/secret.bin chmod 600 /root/secret.bin cryptsetup luksAddKey $CRYPTFS /root/secret.bin -/usr/sbin/update-luks-tpm.sh +# /usr/sbin/update-luks-tpm.sh #not reqired before reboot