Browse Source

Added a reminder to check the kernfs mounts after the revised chroot command.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 19 years ago
parent
commit
9a8d310e72
2 changed files with 17 additions and 1 deletions
  1. 12 1
      chapter01/changelog.xml
  2. 5 0
      chapter06/revisedchroot.xml

+ 12 - 1
chapter01/changelog.xml

@@ -37,7 +37,18 @@
 -->
     
     <listitem>
-      <para>Date</para>
+      <para>July 21, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Added a reminder to check that the virtual
+          kernel file systems are mounted after the description of the
+          revised chroot command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>July 18, 2006</para>
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Several textual corrections.  Thanks to 

+ 5 - 0
chapter06/revisedchroot.xml

@@ -31,4 +31,9 @@
     instructions for this (see <ulink url="&blfs-root;"/>).</para>
   </note>
 
+  <para>Remember to ensure that the virtual kernel file systems are mounted
+  when reentering the chroot. This process was explained in
+  <xref linkend="ch-system-bindmount"/> and
+  <xref linkend="ch-system-kernfsmount"/>.</para>
+
 </sect1>