aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-05 01:33:57 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-05 01:33:57 +0000
commit1a6a5c37b5802c56269a1dffaaf5f83a8bf32faa (patch)
tree8fb854cd9ef8c085e8a0484bfac185844b4cd00e /chapter01
parent74b6e0ce7f3cf5796eb4eed8e04cb5fc3fa6b9e3 (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 'chapter01')
-rw-r--r--chapter01/changelog.xml4
1 files changed, 4 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>