Skip to content

Commit

Permalink
Add disable-boot-entry flag to reset-command
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed Dec 14, 2023
1 parent 6f259ee commit a15d4ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,12 @@ func GetInstallKeyEnvMap() map[string]string {
// GetResetKeyEnvMap returns environment variable bindings to ResetSpec data
func GetResetKeyEnvMap() map[string]string {
return map[string]string{
"system.uri": "SYSTEM",
"grub-entry-name": "GRUB_ENTRY_NAME",
"cloud-init": "CLOUD_INIT",
"reset-persistent": "PERSISTENT",
"reset-oem": "OEM",
"system.uri": "SYSTEM",
"grub-entry-name": "GRUB_ENTRY_NAME",
"cloud-init": "CLOUD_INIT",
"reset-persistent": "PERSISTENT",
"reset-oem": "OEM",
"disable-boot-entry": "DISABLE_BOOT_ENTRY",
}
}

Expand Down

0 comments on commit a15d4ac

Please sign in to comment.