Update chroot_setup.sh

This commit is contained in:
Conor Budworth 2025-11-09 22:34:27 +01:00
parent 0ebb2e330e
commit a9e78b1669

View File

@ -46,7 +46,7 @@ systemctl enable NetworkManager
if [[ "${TPM2_ENABLE}" == true ]]; then if [[ "${TPM2_ENABLE}" == true ]]; then
echo ">>> Enrolling TPM2 key" echo ">>> Enrolling TPM2 key"
systemd-cryptenroll --tpm2-device=auto /dev/disk/by-partlabel/"Linux LUKS" || true systemd-cryptenroll --tpm2-device=auto "${DISK}p2" || true
fi fi
echo ">>> Installing bootloader" echo ">>> Installing bootloader"