mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-02 09:36:19 +00:00
Expand source error (#293)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user