osbuild2/grub: add greenboot option
The greenboot option, introduced in osbuild 33, enables the feature of the same name in grub that allows rolling back bad updates automatically.
This commit is contained in:
parent
6d08418107
commit
450d12fada
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ type GRUB2StageOptions struct {
|
|||
Legacy string `json:"legacy,omitempty"`
|
||||
UEFI *GRUB2UEFI `json:"uefi,omitempty"`
|
||||
SavedEntry string `json:"saved_entry,omitempty"`
|
||||
Greenboot bool `json:"greenboot,omitempty"`
|
||||
}
|
||||
|
||||
type GRUB2UEFI struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue