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 | ec6f5f3d8e0dba47c848d9b93e78ca99033a476e (patch) | |
tree | 9db24e19bce25083c24a8363b9b1c2e39c0fd68b | |
parent | a9fd0809d069b1ac305be0bf633ae7dc649d7c7c (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/revisedchroot.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1f6b6daeb..2eee89d85 100644 --- a/chapter01/changelog.xml +++ b/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> 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> diff --git a/general.ent b/general.ent index d6d567f31..5221e2cc3 100644 --- a/general.ent +++ b/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}]" --> |