diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-07-21 19:34:23 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-07-21 19:34:23 +0000 |
commit | 8996cc9f0a87b241b2ffbb5637bc346a6c42b6f8 (patch) | |
tree | b432e6c634040105ff7bc4029af251e6498682f7 | |
parent | a76cbca81e0a57166a379e950398b168b2d55134 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter06/revisedchroot.xml | 5 |
2 files changed, 17 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 52f13ec36..cd3c1108a 100644 --- a/chapter01/changelog.xml +++ b/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 diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 5954b64be..540f1fb92 100644 --- a/chapter06/revisedchroot.xml +++ b/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> |