osbuild2: add SavedEntry to Grub2StageOptions

Added in osbuild1 already.
This commit is contained in:
Achilleas Koutsou 2021-03-03 15:52:48 +01:00 committed by Tom Gundersen
parent f107241ee2
commit 011559f785

View file

@ -16,6 +16,7 @@ type GRUB2StageOptions struct {
KernelOptions string `json:"kernel_opts,omitempty"`
Legacy string `json:"legacy,omitempty"`
UEFI *GRUB2UEFI `json:"uefi,omitempty"`
SavedEntry string `json:"saved_entry,omitempty"`
}
type GRUB2UEFI struct {