Skip to content

Commit

Permalink
docs: Fix "implmentation" typo
Browse files Browse the repository at this point in the history
My fingers apparently want to do the wrong thing here

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Dec 10, 2024
1 parent 936e832 commit be346bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/filesystem-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The flattened tree is constructed and committed into the
`ostree/container/image` namespace. The commit metadata also includes
the OCI manifest and config objects.

This is implmented in the [ostree-rs-ext/container module](https://docs.rs/ostree-ext/latest/ostree_ext/container/index.html).
This is implemented in the [ostree-rs-ext/container module](https://docs.rs/ostree-ext/latest/ostree_ext/container/index.html).

### SELinux labeling

Expand Down
4 changes: 2 additions & 2 deletions docs/src/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ across upgrades. In a nutshell:
- The diff between current and previous `/etc` is applied to the new `/etc`
- Locally modified files in `/etc` different from the default `/usr/etc` (of the same deployment) will be retained

The implmentation of this defaults to being executed by `ostree-finalize-staged.service`
The implementation of this defaults to being executed by `ostree-finalize-staged.service`
at shutdown time, before the new bootloader entry is created.

The rationale for this design is that in practice today, many components of a Linux system end up shipping
Expand All @@ -99,7 +99,7 @@ For more on configuration file best practices, see [Building](building/guidance.
### `/usr/etc`

The `/usr/etc` tree is generated client side and contains the default container image's
view of `/etc`. This should generally be considered an internal implmentation detail
view of `/etc`. This should generally be considered an internal implementation 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`.

Expand Down

0 comments on commit be346bc

Please sign in to comment.