osbuild2: add SavedEntry to Grub2StageOptions
Added in osbuild1 already.
This commit is contained in:
parent
f107241ee2
commit
011559f785
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue