File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -186,13 +186,15 @@ To do this, set the
186
186
transient = true
187
187
```
188
188
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
190
190
write (transiently, i.e. until the next reboot) to all top-level directories,
191
191
including ` /usr ` and ` /opt ` , with symlinks to ` /var ` for content that should
192
192
persist.
193
193
194
194
This can be combined with ` etc.transient ` as well (below).
195
195
196
+ More on prepare-root: < https://ostreedev.github.io/ostree/man/ostree-prepare-root.html >
197
+
196
198
## Enabling transient etc
197
199
198
200
The default (per above) is to have ` /etc ` persist. If however you do
@@ -205,10 +207,12 @@ the
205
207
transient = true
206
208
```
207
209
208
- option in ` prepare-root.conf ` .
210
+ option in ` /usr/lib/ostree/ prepare-root.conf` .
209
211
210
212
This can be combined with ` root.transient ` as well (above).
211
213
214
+ More on prepare-root: < https://ostreedev.github.io/ostree/man/ostree-prepare-root.html >
215
+
212
216
## Enabling state overlays
213
217
214
218
This feature enables a writable overlay on top of ` /opt ` (or really, any
You can’t perform that action at this time.
0 commit comments