diff options
Diffstat (limited to 'chapter07/kernfs.xml')
-rw-r--r-- | chapter07/kernfs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/kernfs.xml b/chapter07/kernfs.xml index 56521ea20..54b864130 100644 --- a/chapter07/kernfs.xml +++ b/chapter07/kernfs.xml @@ -18,8 +18,8 @@ systems exported by the kernel to communicate with the kernel itself. These file systems are virtual: no disk space is used for them. The content of the file systems resides in - memory. These file systems must exist in the $LFS directory tree - before you can <command>chroot</command> successfully.</para> + memory. These file systems must be mounted in the $LFS directory tree + so the applications can find them in the chroot environment.</para> <para>Begin by creating directories on which the file systems will be mounted:</para> |