Skip to content

Commit

Permalink
docs: Mention logical root mount point
Browse files Browse the repository at this point in the history
  • Loading branch information
jistr committed Jun 22, 2024
1 parent 163c1e5 commit 8ad64df
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 8ad64df

Please sign in to comment.