From 7ef167338e36da39a1d0b1b382bda89c6901e785 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 8 Jan 2026 17:30:26 +0100 Subject: [PATCH] tpm guide: Fix typo in command --- guides/06_TPM_UNLOCKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/06_TPM_UNLOCKING.md b/guides/06_TPM_UNLOCKING.md index e4fc0c6..1a02cf9 100644 --- a/guides/06_TPM_UNLOCKING.md +++ b/guides/06_TPM_UNLOCKING.md @@ -162,7 +162,7 @@ sudo systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=0+7+12 /dev/gpt-auto-roo > ```bash > cryptsetup luksKillSlot /dev/gpt-auto-root-luks [slot number] > ``` -> +> > Where the slot number should've been shown to you from the cryptenroll > command. (If you only had one encryption password, that password will > probably be in slot 0, so you'll want to use slot 1 here.) @@ -236,7 +236,7 @@ In case you'd ever want to remove the LUKS key from TPM, you can do so simply with: ```bash -csystemd-cryptenroll --wipe-slot=tpm2 +systemd-cryptenroll --wipe-slot=tpm2 /dev/gpt-auto-root-luks ``` This will actually also remove the LUKS key from the `/dev/gpt-auto-root-luks`