You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/filesystem.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ in derived builds.
70
70
## `/etc`
71
71
72
72
The `/etc` directory contains mutable persistent state by default; however,
73
-
it is suppported (and encouraged) to enable the [`etc.transient` config option](https://ostreedev.github.io/ostree/man/ostree-prepare-root.html),
73
+
it is supported (and encouraged) to enable the [`etc.transient` config option](https://ostreedev.github.io/ostree/man/ostree-prepare-root.html),
74
74
see below as well.
75
75
76
76
When in persistent mode, it inherits the OSTree semantics of [performing a 3-way merge](https://ostreedev.github.io/ostree/atomic-upgrades/#assembling-a-new-deployment-directory)
@@ -81,7 +81,7 @@ across upgrades. In a nutshell:
81
81
- Locally modified files in `/etc` different from the default `/usr/etc` (of the same deployment) will be retained
82
82
83
83
You can view the state via `ostree admin config-diff`. Note that the "diff"
84
-
here is includes metadata (uid, gid, extended attributes), so changing any of those
84
+
here includes metadata (uid, gid, extended attributes), so changing any of those
85
85
will also mean that updated files from the image are not applied.
86
86
87
87
The implementation of this defaults to being executed by `ostree-finalize-staged.service`
@@ -92,7 +92,7 @@ default configuration files in `/etc`. And even if the default package doesn't,
92
92
only looks for config files there by default.
93
93
94
94
Some other image-based update systems do not have distinct "versions" of `/etc` and
95
-
it may be populated only set up at a install time, and untouched thereafter. But
95
+
it may be populated only set up at install time, and untouched thereafter. But
96
96
that creates "hysteresis" where the state of the system's `/etc` is strongly
97
97
influenced by the initial image version. This can lead to problems
98
98
where e.g. a change to `/etc/sudoers.conf` (to give on simple example)
0 commit comments