Browse Source

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
Jeremy Utley 22 năm trước cách đây
mục cha
commit
1a6a5c37b5
2 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 4 0
      chapter01/changelog.xml
  2. 5 0
      chapter06/mountproc.xml

+ 4 - 0
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>

+ 5 - 0
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>