Skip to content

Commit 7ed4495

Browse files
authored
Merge pull request #973 from cgwalters/doc-baseimage-prepare-root
docs/images: Document composefs here too
2 parents bd8727e + 392cc79 commit 7ed4495

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/src/bootc-images.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,18 @@ which few domains can access.
147147
References:
148148

149149
- <https://github.com/ostreedev/ostree-rs-ext/issues/510>
150+
151+
## composefs
152+
153+
It is strongly recommended to enable the ostree composefs
154+
backend (but not strictly required) for bootc.
155+
Do so by ensuring you have this in your `/usr/lib/ostree/prepare-root.conf`:
156+
157+
```
158+
[composefs]
159+
enabled = yes
160+
[sysroot]
161+
readonly = true
162+
```
163+
164+
More in [ostree-prepare-root](https://ostreedev.github.io/ostree/man/ostree-prepare-root.html).

0 commit comments

Comments
 (0)