stages/org.osbuild.ostree.config: support bls-append-except-default
Support setting the sysroot.bls-append-except-default value in the OSTree config. This is used by CoreOS to support configuration used for GRUB password support https://github.com/coreos/fedora-coreos-tracker/issues/1333
This commit is contained in:
parent
73ec3122f2
commit
d089b429a7
3 changed files with 11 additions and 1 deletions
|
|
@ -466,7 +466,8 @@
|
|||
"config": {
|
||||
"sysroot": {
|
||||
"readonly": false,
|
||||
"bootloader": "none"
|
||||
"bootloader": "none",
|
||||
"bls-append-except-default": "grub_users=\"\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ pipelines:
|
|||
sysroot:
|
||||
readonly: false
|
||||
bootloader: none
|
||||
bls-append-except-default: grub_users=""
|
||||
- type: org.osbuild.mkdir
|
||||
options:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue