diff --git a/tier-0/ostree.yaml b/tier-0/ostree.yaml index f52c86ed..5f73b46a 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