From 7977ead6e48c89706021aa1c867b5d3757ebeac6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 23 Jan 2024 08:09:08 -0500 Subject: [PATCH] tier-0: back off transient root Until https://github.com/osbuild/bootc-image-builder/issues/149 is fixed. --- tier-0/ostree.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tier-0/ostree.yaml b/tier-0/ostree.yaml index f52c86e..5f73b46 100644 --- a/tier-0/ostree.yaml +++ b/tier-0/ostree.yaml @@ -7,8 +7,9 @@ postprocess: #!/usr/bin/env bash mkdir -p /usr/lib/ostree cat > /usr/lib/ostree/prepare-root.conf << EOF - [root] - transient = true + # TODO disabled due to https://github.com/osbuild/bootc-image-builder/issues/149 + #[root] + #transient = true [sysroot] readonly = true EOF