From e6761c23bc61262b88dfe9fe081252faf7a885dc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 8 Dec 2023 08:07:40 -0500 Subject: [PATCH] ostree: Enable root.transient = true by default This turns on the functionality added in https://github.com/ostreedev/ostree/pull/3114 --- tier-0/ostree.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tier-0/ostree.yaml b/tier-0/ostree.yaml index 12a3b255..f52c86ed 100644 --- a/tier-0/ostree.yaml +++ b/tier-0/ostree.yaml @@ -7,6 +7,8 @@ postprocess: #!/usr/bin/env bash mkdir -p /usr/lib/ostree cat > /usr/lib/ostree/prepare-root.conf << EOF + [root] + transient = true [sysroot] readonly = true EOF