Remove the proper interactive-install entry by default (#220)

This commit is contained in:
Itxaka
2024-01-31 20:58:49 +01:00
committed by GitHub
parent 9941c786a3
commit 0897a79c25
2 changed files with 2 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ const (
)
func UkiDefaultSkipEntries() []string {
return []string{"interactive-install", "manual-install"}
return []string{"interactive-install", "install-mode-interactive"}
}
func GetCloudInitPaths() []string {