Skip to content

Commit 13fb4a1

Browse files
committed
docs: Mention logical root mount point
Signed-off-by: Jiří Stránský <[email protected]>
1 parent 163c1e5 commit 13fb4a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/filesystem-sysroot.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ In the future, this functionality will be exposed and used by `bootc`.
1818
## /sysroot mount
1919

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

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

0 commit comments

Comments
 (0)