Skip to content

Commit 936e832

Browse files
committed
doc: Expand on prepare-root
Per review. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 6696eb3 commit 936e832

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/src/filesystem.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,15 @@ To do this, set the
186186
transient = true
187187
```
188188

189-
option in `prepare-root.conf`. In particular this will allow software to
189+
option in `/usr/lib/ostree/prepare-root.conf`. In particular this will allow software to
190190
write (transiently, i.e. until the next reboot) to all top-level directories,
191191
including `/usr` and `/opt`, with symlinks to `/var` for content that should
192192
persist.
193193

194194
This can be combined with `etc.transient` as well (below).
195195

196+
More on prepare-root: <https://ostreedev.github.io/ostree/man/ostree-prepare-root.html>
197+
196198
## Enabling transient etc
197199

198200
The default (per above) is to have `/etc` persist. If however you do
@@ -205,10 +207,12 @@ the
205207
transient = true
206208
```
207209

208-
option in `prepare-root.conf`.
210+
option in `/usr/lib/ostree/prepare-root.conf`.
209211

210212
This can be combined with `root.transient` as well (above).
211213

214+
More on prepare-root: <https://ostreedev.github.io/ostree/man/ostree-prepare-root.html>
215+
212216
## Enabling state overlays
213217

214218
This feature enables a writable overlay on top of `/opt` (or really, any

0 commit comments

Comments
 (0)