Skip to content

Commit 3935fbe

Browse files
committed
Added some clearer clevis hints
1 parent dcf9448 commit 3935fbe

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ This repo is in an embryonal state but will grow in the future.
55

66
Those are just script that I did for myself and collected.
77

8-
They solved many of my problems so I hope they do the same for you.
9-
10-
FIX for multidisk clevis! https://github.com/latchset/clevis/issues/272#issuecomment-770984147
8+
They solved many of my problems so I hope they do the same for you.

clevis

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
clevis luks unlock -d /dev/sda3
22

33
https://kowalski7cc.xyz/blog/luks2-tpm2-clevis-fedora31
4+
5+
clevis luks bind -d /dev/sdX tpm2 '{ "pcr_bank":"sha256", "pcr_ids": "7,11" }
6+
7+
FIX for multidisk clevis! https://github.com/latchset/clevis/issues/272#issuecomment-770984147
8+
9+
sudo nano /usr/share/initramfs-tools/scripts/local-top/clevis

0 commit comments

Comments
 (0)