unlock partitions with UKI TPM values (#191)

This commit is contained in:
Itxaka
2023-11-30 22:19:47 +01:00
committed by GitHub
parent dd1f5a9ea6
commit c4ad991e0c
5 changed files with 39 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ const (
OpLvmActivate = "lvm-activation"
OpKcryptUnlock = "unlock-all"
OpKcryptUpgrade = "upgrade-kcrypt"
OpUkiKcrypt = "uki-unlock"
PersistentStateTarget = "/usr/local/.state"
LogDir = "/run/immucore"
LinuxFs = "ext4"