aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/grub.xml6
-rw-r--r--general.ent4
3 files changed, 11 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e2ceb2f71..93ca4b92c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -92,6 +92,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>September 28th, 2004 [matt]: Added a note regarding a known
+failure in the GRUB testsuite</para></listitem>
+
<listitem><para>September 25th, 2004 [jeremy]: Added the --with-headers flag
back to glibc chapter 5. Numerous reports on list indicated that without
this flag, glibc would grab headers from the host, rather than the ones we
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index cd6e88bfa..50b5ea048 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -46,6 +46,12 @@ Grub.</para>
<para>To test the results, issue:
<userinput>make check</userinput>.</para>
+<para>Note that the test results will always give the error
+ <quote>ufs2_stage1_5 is too big</quote>. This is due to a compiler issue,
+ but can be ignored unless you plan to boot from a UFS partition, normally only
+ used by Sun workstations.
+</para>
+
<para>Now install it:</para>
<screen><userinput>make install
diff --git a/general.ent b/general.ent
index fb89fc5f7..1ce84aaa1 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040925">
-<!ENTITY releasedate "September 25, 2004">
+<!ENTITY version "SVN-20040928">
+<!ENTITY releasedate "September 28, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">