diff --git a/internal/osbuild2/grub2_inst_stage.go b/internal/osbuild2/grub2_inst_stage.go index 8019e26e9..fdd4a4c46 100644 --- a/internal/osbuild2/grub2_inst_stage.go +++ b/internal/osbuild2/grub2_inst_stage.go @@ -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"`