aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/grub.xml15
2 files changed, 11 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 350634e6a..756609e09 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -113,6 +113,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>August 14th, 2005 [matt]: Add a sed to prevent the UFS test
+from being run (fixes bug 1595).</para></listitem>
+
<listitem><para>August 14th, 2005 [matt]: Added patch to install documentation
for bzip2 (fixes bug 1603).</para>
</listitem>
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index 2e4c9a2d2..1e852896a 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -46,13 +46,14 @@ unset them when building GRUB.</para>
<screen><userinput>make</userinput></screen>
<para>To test the results, issue:
-<userinput>make check</userinput>.</para>
-
-<para>Note that the test results will always show 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 an UFS
-partition. The partitions are normally only used by Sun
-workstations.</para>
+<userinput>sed -i '/ufs2/d' stage2/size_test &amp;&amp;
+make check</userinput>.</para>
+
+<para>The UFS test is known to fail due to a compiler issue. The failure
+prevents the rest of the tests from being run, so the <command>sed</command>
+command is used to avoid the failure. The UFS test failure can be ignored
+unless you plan to boot from a UFS partition. The partitions are normally only
+used by Sun workstations.</para>
<para>Install the package:</para>