From ac8a57c5a325bcfda844688ac4d073118f7cd1d9 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 10 Jan 2024 17:15:27 -0500 Subject: [PATCH] manifests: set sysroot.readonly config to true in fcos manifest This is set in Fedora CoreOS today. Let's make it match here. --- test/data/manifests/fedora-coreos-container.json | 2 +- test/data/manifests/fedora-coreos-container.mpp.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data/manifests/fedora-coreos-container.json b/test/data/manifests/fedora-coreos-container.json index f1476c21..362e1fdd 100644 --- a/test/data/manifests/fedora-coreos-container.json +++ b/test/data/manifests/fedora-coreos-container.json @@ -465,7 +465,7 @@ "repo": "/ostree/repo", "config": { "sysroot": { - "readonly": false, + "readonly": true, "bootloader": "none", "bls-append-except-default": "grub_users=\"\"" } diff --git a/test/data/manifests/fedora-coreos-container.mpp.yaml b/test/data/manifests/fedora-coreos-container.mpp.yaml index b7f2d996..1deda8d4 100644 --- a/test/data/manifests/fedora-coreos-container.mpp.yaml +++ b/test/data/manifests/fedora-coreos-container.mpp.yaml @@ -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