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.
|
# 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:
|
packages:
|
||||||
# Configuring SSH keys, cloud provider check-in, etc
|
# Configuring SSH keys, cloud provider check-in, etc
|
||||||
# TODO: needs Ignition kargs
|
# TODO: needs Ignition kargs
|
||||||
|
|
@ -8,6 +13,8 @@ packages:
|
||||||
- chrony
|
- chrony
|
||||||
# Storage configuration/management
|
# Storage configuration/management
|
||||||
- cryptsetup
|
- cryptsetup
|
||||||
|
# Needed for tpm2 bound luks
|
||||||
|
- tpm2-tools
|
||||||
- e2fsprogs
|
- e2fsprogs
|
||||||
- sg3_utils
|
- sg3_utils
|
||||||
- xfsprogs
|
- xfsprogs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue