Skip to content

Commit e2ce608

Browse files
committed
filesystem: Explain sysroot a bit more
Signed-off-by: Colin Walters <[email protected]>
1 parent e7a3c36 commit e2ce608

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/filesystem.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ When the system is fully booted, it is into the equivalent of a `chroot`.
2222
The "physical" host root filesystem will be mounted at `/sysroot`.
2323
For more on this, see [filesystem: sysroot](filesystem-sysroot.md).
2424

25-
All the remaining filesystem paths below are part of a "deployment root" which
26-
is used as a final target for the system boot.
25+
This `chroot` filesystem is called a "deployment root". All the remaining
26+
filesystem paths below are part of a deployment root which is used as a
27+
final target for the system boot. The target deployment is determined
28+
via the `ostree=` kernel commandline argument.
2729

2830
## `/usr`
2931

0 commit comments

Comments
 (0)