Expand source error (#293)

This commit is contained in:
Itxaka
2024-04-15 13:24:10 +00:00
committed by GitHub
parent 28e5622d3c
commit d24489e074
3 changed files with 7 additions and 4 deletions

View File

@@ -120,6 +120,9 @@ const (
PassiveBootSuffix = " (fallback)"
RecoveryBootSuffix = " recovery"
StateResetBootSuffix = " state reset (auto)"
// Error
UpgradeNoSourceError = "Could not find a proper source for the upgrade.\nThis can be configured in the cloud config files under the 'upgrade.system.uri' key or via cmdline using the '--source' flag."
)
func UkiDefaultMenuEntries() []string {