osbuild2: add bootloader option to ostree.config
Expose the new (osbuild > 36) `sysroot.bootloader` option to configure the bootloader backend for OSTree deployments. Normally, this should be set to `none` for modern bootloader that use the BLS, since the BLS snippets are always generated.
This commit is contained in:
parent
920863df70
commit
f6d4228b00
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ type OSTreeConfig struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SysrootOptions 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
|
// A new org.osbuild.ostree.config stage to configure an OSTree repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue