Skip to content

Commit

Permalink
Merge pull request #973 from cgwalters/doc-baseimage-prepare-root
Browse files Browse the repository at this point in the history
docs/images: Document composefs here too
  • Loading branch information
cgwalters authored Dec 16, 2024
2 parents bd8727e + 392cc79 commit 7ed4495
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/src/bootc-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,18 @@ which few domains can access.
References:

- <https://github.com/ostreedev/ostree-rs-ext/issues/510>

## 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).

0 comments on commit 7ed4495

Please sign in to comment.