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