diff options
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index d78a4458a..a2ac15011 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -40,11 +40,6 @@ <sect2 role="installation"> <title>Installation of GRUB</title> - <para>First, fix an issue introduced by binutils-2.36:</para> - -<screen><userinput remap="pre">sed "s/gold-version/& -R .note.gnu.property/" \ - -i Makefile.in grub-core/Makefile.in</userinput></screen> - <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ @@ -78,7 +73,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>The test suite for this packages is not recommended. Most of + the tests depend on packages that are not available in the limited + LFS environment. To run the tests anyway, run <command>make check</command>.</para> <para>Install the package:</para> |