Load elemental config/spec from cloud config (#82)

This commit is contained in:
Itxaka
2023-07-20 15:53:48 +02:00
committed by GitHub
parent fd22840d14
commit 9bff3742c1
11 changed files with 150 additions and 208 deletions

View File

@@ -24,7 +24,7 @@ import (
const (
GrubConf = "/etc/cos/grub.cfg"
GrubOEMEnv = "grub_oem_env"
GrubDefEntry = "cOS"
GrubDefEntry = "Kairos"
DefaultTty = "tty1"
BiosPartName = "bios"
EfiLabel = "COS_GRUB"