manifests: set sysroot.readonly config to true in fcos manifest

This is set in Fedora CoreOS today. Let's make it match here.
This commit is contained in:
Dusty Mabe 2024-01-10 17:15:27 -05:00 committed by Simon de Vlieger
parent 7cf98cfbf1
commit ac8a57c5a3
2 changed files with 2 additions and 2 deletions

View file

@ -465,7 +465,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none",
"bls-append-except-default": "grub_users=\"\""
}

View file

@ -79,7 +79,7 @@ pipelines:
repo: /ostree/repo
config:
sysroot:
readonly: false
readonly: true
bootloader: none
bls-append-except-default: grub_users=""
- type: org.osbuild.mkdir