diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-05 01:33:57 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-05 01:33:57 +0000 |
commit | 1a6a5c37b5802c56269a1dffaaf5f83a8bf32faa (patch) | |
tree | 8fb854cd9ef8c085e8a0484bfac185844b4cd00e /chapter06/mountproc.xml | |
parent | 74b6e0ce7f3cf5796eb4eed8e04cb5fc3fa6b9e3 (diff) |
Added a note when mounting the proc filesystem regarding checking to ensure it's still mounted if you stop and restart
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r-- | chapter06/mountproc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml index 7194b082e..e959d151e 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -29,5 +29,10 @@ will be successful and that's all we care about at this point.</para> on your system configuration (such as the host system's Glibc version that was used to compile the mount program with).</para> +<para>Remember, if for any reason you stop working on your LFS, and +start again later, it's important to check that the proc filesystem is still +mounted inside the chroot enviornment. Otherwise, some programs might +end up compiled incorrectly.</para> + </sect1> |