diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter09/chapter09.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1c4cb1ec3..2b718bce3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -51,6 +51,10 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>February 13, 2005 [matt]: Fix bug 1030 by moving the <quote>Get +Counted</quote> section to after the user has rebooted for the first time. +Fixes bug 1030.</para></listitem> + <listitem><para>February 13, 2005 [matt]: Upgraded to glibc-2.3.4</para> </listitem> diff --git a/chapter09/chapter09.xml b/chapter09/chapter09.xml index 51f0ba6eb..76ddd3856 100644 --- a/chapter09/chapter09.xml +++ b/chapter09/chapter09.xml @@ -9,8 +9,8 @@ <?dbhtml filename="chapter09.html"?> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="theend.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reboot.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="whatnow.xml"/> </chapter> |