We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd8727e + 392cc79 commit 7ed4495Copy full SHA for 7ed4495
docs/src/bootc-images.md
@@ -147,3 +147,18 @@ which few domains can access.
147
References:
148
149
- <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