Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
system-configuration: Enable tpm2 in initramfs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 15, 2023
1 parent cd03d2b commit ff46f76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oscore/system-configuration.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,6 +13,8 @@ packages:
- chrony
# Storage configuration/management
- cryptsetup
# Needed for tpm2 bound luks
- tpm2-tools
- e2fsprogs
- sg3_utils
- xfsprogs
Expand Down

0 comments on commit ff46f76

Please sign in to comment.