Update chroot_setup.sh
This commit is contained in:
parent
0ebb2e330e
commit
a9e78b1669
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user