|
@@ -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 &&
|
|
|
+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>
|
|
|
|