tier-0: back off transient root

Until https://github.com/osbuild/bootc-image-builder/issues/149 is
fixed.
This commit is contained in:
Colin Walters 2024-01-23 08:09:08 -05:00
parent 23055b28e9
commit 7977ead6e4
1 changed files with 3 additions and 2 deletions

View File

@ -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