Skip to content

Commit aebb4ad

Browse files
committed
filesystem: Doc usr/etc
Came up in review. Signed-off-by: Colin Walters <[email protected]>
1 parent a89fe65 commit aebb4ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/filesystem.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ would require external intervention to apply.
9595

9696
For more on configuration file best practices, see [Building](building/guidance.md).
9797

98+
### `/usr/etc`
99+
100+
The `/usr/etc` tree is generated client side and contains the default container image's
101+
view of `/etc`. This should generally be considered an internal implmentation detail
102+
of bootc/ostree. Do *not* explicitly put files into this location, it can create
103+
undefined behavior. There is a check for this in `bootc container lint`.
104+
98105
## `/var`
99106

100107
Content in `/var` persists by default; it is however supported to make it or subdirectories

0 commit comments

Comments
 (0)