diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-26 01:07:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-26 01:07:46 +0000 |
commit | 24bb762288c682ca646e7e7a48534c37de23ff5b (patch) | |
tree | eb2ad06eb76ccc4f7f5dac9ad69d04e0785999cd /chapter06/mountproc.xml | |
parent | cb4481bd359f4c756e5e99950b9f2c2d151587f3 (diff) |
some fixes related to removal from ch6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r-- | chapter06/mountproc.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml index 953a57822..cfc6f3a6f 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -7,14 +7,9 @@ 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 (or any other file system for that matter) twice or even more than that.</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 -to mount filesystems and to run chroot.</para> - <para>The proc file system is mounted under $LFS/proc by running the -following command. We'll also chown it to user root/group root while we're -at it (the rest of the filesystem is chown'ed to root:root in a minute when -we start with chapter 6).</para> +following command. Note that we don't use the $LFS variable because we +are now in chroot.</para> <para><screen><userinput>mount proc /proc -t proc</userinput></screen></para> |