🌱 activate LVM volumes at the start (#113)

This commit is contained in:
Itxaka
2023-04-19 16:23:51 +02:00
committed by GitHub
parent 6bf656cd21
commit f1c3aad0ee
7 changed files with 46 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ const (
OpUkiBaseMounts = "uki-base-mounts"
OpUkiKernelModules = "uki-kernel-modules"
OpWaitForSysroot = "wait-for-sysroot"
OpLvmActivate = "lvm-activation"
PersistentStateTarget = "/usr/local/.state"
LogDir = "/run/immucore"
LinuxFs = "ext4"