From fad2be2ca80f10d083885d330ee6dfa4b1825b8d Mon Sep 17 00:00:00 2001 From: Aashish Radhakrishnan Date: Thu, 5 Dec 2024 11:12:55 -0500 Subject: [PATCH] Reverting tpm2_getcap change We are reverting the addition of tpm2_cap binary that was done as part of the kola test failure ext.config.var-mount.luks caused by clevis pkg upgrade from clevis-21-6.fc42 -> 21-7.fc42, as the issue is now fixed in with clevis pkg update clevis-21-8.fc42.x86_64 Ref: https://github.com/coreos/fedora-coreos-tracker/issues/1836#issuecomment-2513303989 --- dracut/30ignition/module-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dracut/30ignition/module-setup.sh b/dracut/30ignition/module-setup.sh index 9340103d6..54867d107 100755 --- a/dracut/30ignition/module-setup.sh +++ b/dracut/30ignition/module-setup.sh @@ -57,8 +57,7 @@ install() { clevis-luks-unlock \ pwmake \ tpm2_create \ - tpm2_createpolicy \ - tpm2_getcap + tpm2_createpolicy # Required by s390x's z/VM installation. # Supporting https://github.com/coreos/ignition/pull/865