stages(ostree.config): support setting sysroot.bootprefix
See https://github.com/ostreedev/ostree/pull/2705 and also https://github.com/osbuild/osbuild/issues/1566.
This commit is contained in:
parent
151b6e48ae
commit
011cf6851b
3 changed files with 12 additions and 1 deletions
|
|
@ -467,7 +467,8 @@
|
|||
"sysroot": {
|
||||
"readonly": true,
|
||||
"bootloader": "none",
|
||||
"bls-append-except-default": "grub_users=\"\""
|
||||
"bls-append-except-default": "grub_users=\"\"",
|
||||
"bootprefix": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ pipelines:
|
|||
readonly: true
|
||||
bootloader: none
|
||||
bls-append-except-default: grub_users=""
|
||||
bootprefix: true
|
||||
- type: org.osbuild.mkdir
|
||||
options:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue