osbuild2/grub2.inst: always include location in stage options
Location property is actually required. If it's omitted from the stage options, the stage just fails. Also see: https://github.com/osbuild/osbuild/pull/759 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
e37d5e5b17
commit
5c9af03785
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ type Grub2InstStageOptions struct {
|
|||
// Platform of the target system
|
||||
Platform string `json:"platform"`
|
||||
|
||||
Location uint64 `json:"location,omitempty"`
|
||||
Location uint64 `json:"location"`
|
||||
|
||||
// How to obtain the GRUB core image
|
||||
Core CoreMkImage `json:"core"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue