Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/building/guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ is generic support for `/etc`.

Some software supports generic configuration both `/usr` and `/etc` - systemd,
among others. Because bootc supports *derivation* (the way OCI
containers work) - it is supported and encourged to put configuration
containers work) - it is supported and encouraged to put configuration
files in `/usr` (instead of `/etc`) where possible, because then
the state is consistently immutable.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/building/users-and-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ However in contrast, the cockpit project allocates
[a floating cockpit-ws user](https://gitlab.com/redhat/centos-stream/rpms/cockpit/-/blob/1909236ad28c7d93238b8b3b806ecf9c4feb7e46/cockpit.spec#L506).

This means that each container image build (without additional work, unlike the
example at the begining of this section),may (due to RPM installation
example at the beginning of this section),may (due to RPM installation
ordering or other reasons) result in the uid changing.

This can be a problem if that user maintains persistent state.
Expand Down