mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-02 07:05:27 +00:00
Fix lint and new uki steps (#274)
* Fix lint and add new uki step Make it simpler by dividing the actual base mounts and pivot into new sysroot into two different steps Signed-off-by: Itxaka <itxaka@kairos.io> * Fix constant name and gosec issues Signed-off-by: Itxaka <itxaka@kairos.io> --------- Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
@@ -88,6 +88,7 @@ const (
|
||||
OpSentinel = "create-sentinel"
|
||||
OpUkiUdev = "uki-udev"
|
||||
OpUkiBaseMounts = "uki-base-mounts"
|
||||
OpUkiPivotToSysroot = "uki-pivot-to-sysroot"
|
||||
OpUkiKernelModules = "uki-kernel-modules"
|
||||
OpWaitForSysroot = "wait-for-sysroot"
|
||||
OpLvmActivate = "lvm-activation"
|
||||
@@ -105,4 +106,6 @@ const (
|
||||
UkiSysrootDir = "sysroot"
|
||||
PersistentStateTarget = "/usr/local/.state"
|
||||
LogDir = "/run/immucore"
|
||||
PathAppend = "/usr/bin:/usr/sbin:/bin:/sbin"
|
||||
PATH = "PATH"
|
||||
)
|
||||
|
Reference in New Issue
Block a user