Merge pull request #186 from cgwalters/backout-root-transient
tier-0: back off transient root
This commit is contained in:
commit
5e848ba8bd
|
|
@ -7,8 +7,9 @@ postprocess:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
mkdir -p /usr/lib/ostree
|
mkdir -p /usr/lib/ostree
|
||||||
cat > /usr/lib/ostree/prepare-root.conf << EOF
|
cat > /usr/lib/ostree/prepare-root.conf << EOF
|
||||||
[root]
|
# TODO disabled due to https://github.com/osbuild/bootc-image-builder/issues/149
|
||||||
transient = true
|
#[root]
|
||||||
|
#transient = true
|
||||||
[sysroot]
|
[sysroot]
|
||||||
readonly = true
|
readonly = true
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue