diff --git a/docs/src/bootc-images.md b/docs/src/bootc-images.md index 92cc2918f..cea8330fb 100644 --- a/docs/src/bootc-images.md +++ b/docs/src/bootc-images.md @@ -147,3 +147,18 @@ which few domains can access. References: - + +## composefs + +It is strongly recommended to enable the ostree composefs +backend (but not strictly required) for bootc. +Do so by ensuring you have this in your `/usr/lib/ostree/prepare-root.conf`: + +``` +[composefs] +enabled = yes +[sysroot] +readonly = true +``` + +More in [ostree-prepare-root](https://ostreedev.github.io/ostree/man/ostree-prepare-root.html).