Uki upgrade (#182)

This commit is contained in:
Itxaka
2023-12-18 11:38:26 +01:00
committed by GitHub
parent 2be11b827e
commit 3254b8a36e
10 changed files with 152 additions and 33 deletions

View File

@@ -108,8 +108,10 @@ const (
Rsync = "rsync"
UkiSource = "/run/install/uki"
UkiCdromSource = "/run/install/cdrom"
UkiSource = "/run/install/uki"
UkiCdromSource = "/run/install/cdrom"
UkiEfiDir = "/efi"
UkiEfiDiskByLabel = `/dev/disk/by-label/` + EfiLabel
)
func GetCloudInitPaths() []string {