tier-0: back off transient root
Until https://github.com/osbuild/bootc-image-builder/issues/149 is fixed.
This commit is contained in:
parent
23055b28e9
commit
7977ead6e4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue