Skip to content

Commit

Permalink
Add tpm2_getcap to the initrd for Clevis TPM2 functionality
Browse files Browse the repository at this point in the history
The tpm2_getcap binary is required for Clevis TPM2 operations but was missing from the initrd.

Ref: coreos/fedora-coreos-tracker#1836
  • Loading branch information
aaradhak committed Nov 21, 2024
1 parent 44c72c2 commit ea58676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ install() {
clevis-luks-unlock \
pwmake \
tpm2_create \
tpm2_createpolicy
tpm2_createpolicy \
tpm2_getcap

# Required by s390x's z/VM installation.
# Supporting https://github.com/coreos/ignition/pull/865
Expand Down

0 comments on commit ea58676

Please sign in to comment.