diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-30 16:30:28 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-30 16:30:28 +0000 |
commit | 484cd212ac356dc46c961f9f2748765b94690875 (patch) | |
tree | 384b579706100778a0de6efe3417877ac680536c | |
parent | 451d334bd6f1cdd35a54a9d3aa86ba9f1a9cb996 (diff) |
Rephrased a bit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/proc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/proc.xml b/chapter05/proc.xml index a775d3f11..4409c2011 100644 --- a/chapter05/proc.xml +++ b/chapter05/proc.xml @@ -4,9 +4,9 @@ <para>In order for certain programs to function properly, the proc file system must be mounted and available from within the chroot'ed environment -as well. It's not a problem to mount the proc file system twice or even -more than that, since it's a virtual file system maintained by the kernel -itself.</para> +as well. It's not a problem to mount the proc file system (or any other +file system for that matter) twice or even more than that, since it's a +virtual file system maintained by the kernel itself.</para> <para>If you're still logged in as user "lfs", you should log out and log in again as user root. The reason for this is simple: only root is allowed |