diff --git a/system_files/shared/usr/bin/luks-tpm2-autounlock b/system_files/shared/usr/bin/luks-tpm2-autounlock index 6a06473..574ae0f 100755 --- a/system_files/shared/usr/bin/luks-tpm2-autounlock +++ b/system_files/shared/usr/bin/luks-tpm2-autounlock @@ -40,6 +40,6 @@ case "${EXIT_CODE}" in exit 0 esac -if sudo systemd-cryptenroll --wipe-slot=tpm2 --tpm2-device=auto --tpm2-pcrs='' ${SET_PIN_ARG} "${CRYPT_DISK}" ; then +if sudo systemd-cryptenroll --wipe-slot=tpm2 --tpm2-device=auto --tpm2-pcrs='0+7+14' ${SET_PIN_ARG} "${CRYPT_DISK}" ; then echo "TPM2 LUKS auto-unlock configured for next reboot." fi