From e3dbdbd44dd320fdb3b4cc4b9f5c2790082179af Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 11 Aug 2026 09:38:41 -0400 Subject: [PATCH] Fix missing tpm2-tools Needed for full TPM based boot --- confluent_osdeploy/ubuntu22.04/profiles/default/scripts/post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/ubuntu22.04/profiles/default/scripts/post.sh b/confluent_osdeploy/ubuntu22.04/profiles/default/scripts/post.sh index 78e6b411..1d68fa07 100755 --- a/confluent_osdeploy/ubuntu22.04/profiles/default/scripts/post.sh +++ b/confluent_osdeploy/ubuntu22.04/profiles/default/scripts/post.sh @@ -111,7 +111,7 @@ if [ -f /etc/confluent_lukspass ]; then cp /etc/confluent_lukspass /target/etc/confluent/luks.key chmod 000 /target/etc/confluent/luks.key lukspass=$(cat /etc/confluent_lukspass) - chroot /target apt install libtss2-rc0 + chroot /target apt install libtss2-rc0 tpm2-tools PASSWORD=$lukspass chroot /target systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs="" $CRYPTTAB_SOURCE fetch_remote systemdecrypt mv systemdecrypt /target/etc/initramfs-tools/scripts/local-top/systemdecrypt