diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:07:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:07:07 +0000 |
commit | 03ddc79e3c15223d7c112b16ae28556e5688f9c2 (patch) | |
tree | 7e07f93f7f21051b4f280d661ca23b8c697280f0 /chapter06 | |
parent | dbde549853b1beae70fd0eea1c9a5fd6efdb1f4b (diff) |
Added note about known failure in GRUB testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grub.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |