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:
Luke Yang 2024-01-10 11:18:21 -05:00 committed by Luke Yang
parent 73ec3122f2
commit d089b429a7
3 changed files with 11 additions and 1 deletions

View file

@ -466,7 +466,8 @@
"config": {
"sysroot": {
"readonly": false,
"bootloader": "none"
"bootloader": "none",
"bls-append-except-default": "grub_users=\"\""
}
}
}

View file

@ -89,6 +89,7 @@ pipelines:
sysroot:
readonly: false
bootloader: none
bls-append-except-default: grub_users=""
- type: org.osbuild.mkdir
options:
paths: