aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/mountproc.xml5
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>