Skip to content

Commit

Permalink
tier-0: back off transient root
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 23, 2024
1 parent 23055b2 commit 7977ead
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tier-0/ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7977ead

Please sign in to comment.