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/filesystem-sysroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ storage stack, from basic partitions to LVM. However, a
common tool is the [growpart](https://manpages.debian.org/testing/cloud-guest-utils/growpart.1.en.html)
utility from `cloud-init`.

### Growing the filesytem
### Growing the filesystem

The systemd project ships a [systemd-growfs](https://www.freedesktop.org/software/systemd/man/latest/systemd-growfs.html#)
tool and corresponding `systemd-growfs@` services. This is
Expand Down
2 changes: 1 addition & 1 deletion docs/src/relationship-particles.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ have `/etc` exist and be useful! Writing files there, whether from `vi`
or config management tooling must continue to work. Both bootc and systemd "particle"
systems should still Feel Like Unix - in contrast to e.g. Android.

At the current time, this is implemeted in ostree; as bootc moves
At the current time, this is implemented in ostree; as bootc moves
towards stronger integration with podman, it is likely that this logic
will simply be moved into bootc instead on top of podman.
Alternatively perhaps, podman itself may grow some support for
Expand Down