Upgrade kcrypt partitions on boot (#122)

Co-authored-by: Dimitris Karakasilis <jimmykarily@gmail.com>
This commit is contained in:
Itxaka
2023-05-08 09:44:43 +02:00
committed by GitHub
parent 2e9e5de03e
commit 14426d39b4
4 changed files with 80 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ const (
OpWaitForSysroot = "wait-for-sysroot"
OpLvmActivate = "lvm-activation"
OpKcryptUnlock = "unlock-all"
OpKcryptUpgrade = "upgrade-kcrypt"
PersistentStateTarget = "/usr/local/.state"
LogDir = "/run/immucore"
LinuxFs = "ext4"