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:
parent
7cf98cfbf1
commit
ac8a57c5a3
2 changed files with 2 additions and 2 deletions
|
|
@ -465,7 +465,7 @@
|
|||
"repo": "/ostree/repo",
|
||||
"config": {
|
||||
"sysroot": {
|
||||
"readonly": false,
|
||||
"readonly": true,
|
||||
"bootloader": "none",
|
||||
"bls-append-except-default": "grub_users=\"\""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue