Remove entries on install (#213)

This commit is contained in:
Itxaka
2024-01-26 17:41:23 +01:00
committed by GitHub
parent 8696eb16d2
commit f6f113128d
5 changed files with 93 additions and 2 deletions

View File

@@ -114,6 +114,10 @@ const (
UkiMaxEntries = 3
)
func UkiDefaultSkipEntries() []string {
return []string{"interactive-install", "manual-install"}
}
func GetCloudInitPaths() []string {
return []string{"/system/oem", "/oem/", "/usr/local/cloud-config/"}
}