diff --git a/internal/osbuild2/ostree_config_stage.go b/internal/osbuild2/ostree_config_stage.go index 5e7035474..3a45b570b 100644 --- a/internal/osbuild2/ostree_config_stage.go +++ b/internal/osbuild2/ostree_config_stage.go @@ -16,7 +16,8 @@ type OSTreeConfig struct { } type SysrootOptions struct { - ReadOnly *bool `json:"readonly,omitempty"` + ReadOnly *bool `json:"readonly,omitempty"` + Bootloader string `json:"bootloader,omitempty"` } // A new org.osbuild.ostree.config stage to configure an OSTree repository