system-configuration: Enable tpm2 in initramfs
Needed for https://github.com/containers/bootc/pull/75
This commit is contained in:
parent
cd03d2be2c
commit
ff46f76450
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue