🐛 Add custom layout plugin (#87)

The default plugin does not support gpt

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka
2023-03-09 17:19:15 +01:00
committed by GitHub
parent 88a2ca8a9b
commit b2f3615534
8 changed files with 1341 additions and 11 deletions

View File

@@ -34,4 +34,5 @@ const (
OpWaitForSysroot = "wait-for-sysroot"
PersistentStateTarget = "/usr/local/.state"
LogDir = "/run/immucore"
LinuxFs = "ext4"
)