diff --git a/internal/osbuild2/grub2_stage.go b/internal/osbuild2/grub2_stage.go index 4f416a706..c2f9762b9 100644 --- a/internal/osbuild2/grub2_stage.go +++ b/internal/osbuild2/grub2_stage.go @@ -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 {