We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89fe65 commit aebb4adCopy full SHA for aebb4ad
docs/src/filesystem.md
@@ -95,6 +95,13 @@ would require external intervention to apply.
95
96
For more on configuration file best practices, see [Building](building/guidance.md).
97
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
105
## `/var`
106
107
Content in `/var` persists by default; it is however supported to make it or subdirectories
0 commit comments