Skip to content

Commit

Permalink
Merge pull request #628 from jistr/docs-logical-root
Browse files Browse the repository at this point in the history
docs: Mention logical root mount point
  • Loading branch information
cgwalters committed Jun 23, 2024
2 parents 163c1e5 + 13fb4a1 commit fbfb570
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/filesystem-sysroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ In the future, this functionality will be exposed and used by `bootc`.
## /sysroot mount

When booted, the physical root will be available at `/sysroot` as a
read-only mount point. This is a key aspect of how `bootc upgrade` operates:
it fetches the updated container image and writes new files to `/sysroot/ostree`.
read-only mount point and the logical root `/` will be a bind mount
pointing to a deployment directory under `/sysroot/ostree`. This is a
key aspect of how `bootc upgrade` operates: it fetches the updated
container image and writes new files to `/sysroot/ostree`.

Beyond that and debugging/introspection, there are few use cases for tooling to
operate on the physical root.
Expand Down

0 comments on commit fbfb570

Please sign in to comment.