mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-01-12 13:56:55 +00:00
tpm guide: Fix typo in command
This commit is contained in:
parent
110dffb73f
commit
7ef167338e
1 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ In case you'd ever want to remove the LUKS key from TPM, you can do so simply
|
||||||
with:
|
with:
|
||||||
|
|
||||||
```bash
|
```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`
|
This will actually also remove the LUKS key from the `/dev/gpt-auto-root-luks`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue