system-configuration: Enable tpm2 in initramfs

Needed for https://github.com/containers/bootc/pull/75
This commit is contained in:
Colin Walters 2023-03-14 20:36:00 -04:00
parent cd03d2be2c
commit ff46f76450
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# These are packages that are related to configuring parts of the system.
initramfs-args:
- "--no-hostonly"
- "--add"
- "tpm2-tss" # We want this for systemd-cryptsetup tpm2 locking
packages:
# Configuring SSH keys, cloud provider check-in, etc
# TODO: needs Ignition kargs
@ -8,6 +13,8 @@ packages:
- chrony
# Storage configuration/management
- cryptsetup
# Needed for tpm2 bound luks
- tpm2-tools
- e2fsprogs
- sg3_utils
- xfsprogs