1
0
Quellcode durchsuchen

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson vor 19 Jahren
Ursprung
Commit
ec6f5f3d8e
3 geänderte Dateien mit 15 neuen und 3 gelöschten Zeilen
  1. 8 1
      chapter01/changelog.xml
  2. 5 0
      chapter06/revisedchroot.xml
  3. 2 2
      general.ent

+ 8 - 1
chapter01/changelog.xml

@@ -38,7 +38,14 @@
 
     <!-- Remove this when adding the first entry -->
     <listitem>
-      <para>None yet</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>
 
   </itemizedlist>

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

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060717">
-<!ENTITY releasedate "July 17, 2006">
+<!ENTITY version "SVN-20060721">
+<!ENTITY releasedate "July 21, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->