Skip to content

Commit

Permalink
filesystem: Doc usr/etc
Browse files Browse the repository at this point in the history
Came up in review.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Dec 9, 2024
1 parent a89fe65 commit b90bf98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ would require external intervention to apply.

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

### `/usr/etc`

The `/usr/etc` tree is generated client side and contains the defaults. This should generally
be considered an internal implmentation detail of bootc/ostree. Do *not* explicitly put
files into this location, it can create undefined behavior. There is a check for this in
`bootc container lint`.

## `/var`

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

0 comments on commit b90bf98

Please sign in to comment.