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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/mountproc.xml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1819a0041..f10718304 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,10 @@ </itemizedlist> </para></listitem> +<listitem><para>September 4th, 2003 [jeremy]: Chapter 6 - Mounting Proc: +Added a warning at the end regarding checking that proc is still mounted +if you stop and restart the lfs process.</para></listitem> + <listitem><para>September 4th, 2003 [jeremy]: Chapter 6 - Gzip: Altered text to better explain the reason behind the sed command used in the gzip installation. Closes bug 551.</para></listitem> 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> |