aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-02-13 13:57:12 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-02-13 13:57:12 +0000
commit9f1c7e5ac89624d1e85733eb98baa16b766884ca (patch)
treec4bdddae81b7c0de8ee8ff300acea9fd18976d3a
parent73941fdbc29a562ae934773df6d454d5704be8e1 (diff)
* Move the "Get Counted" page to after the user has rebooted. Fixes bug 1030.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter09/chapter09.xml2
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>