diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-09 20:34:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-09 20:34:44 +0000 |
commit | 2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 (patch) | |
tree | e5a6a1882b04b9bf8d427bc3dfa27398b38f3b46 /chapter06/grub.xml | |
parent | 98fe721a0601f13d3659b84ef88fd788418491dc (diff) |
Upgrade to gcc-4.0.1 (merge of gcc4 branch)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 1e852896a..141e3bff6 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -46,14 +46,7 @@ unset them when building GRUB.</para> <screen><userinput>make</userinput></screen> <para>To test the results, issue: -<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> +<userinput>make check</userinput>.</para> <para>Install the package:</para> |