aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-03-14 20:42:56 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-03-14 20:42:56 +0000
commitfa510ae7f45ef5de9b5275e3942e3573d0f06d89 (patch)
tree115684b1735096bad7e31ebb0e34b46c7fee0f68 /chapter08
parentc26cff1e0ed7742d46b082f7848a0684e54c3027 (diff)
Update to vim-8.2.2604.
Update to iana-etc-20210304. Update to zstd-1.4.9. Update to sysvinit-2.99. Update to linux-5.11.6. Update to libcap-2.49. Update to iproute2-5.11.0. Update to e2fsprogs-1.46.2. Update to bison-3.7.6. Update to bc-3.3.3. Update to attr-2.5.0. Update to acl-2.3.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/bc.xml2
-rw-r--r--chapter08/grub.xml9
2 files changed, 4 insertions, 7 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml
index dfff0364f..85040c8a2 100644
--- a/chapter08/bc.xml
+++ b/chapter08/bc.xml
@@ -51,7 +51,7 @@
<varlistentry>
<term><parameter>CC=gcc"</parameter></term>
<listitem>
- <para>These parameters specify the compiler to use.</para>
+ <para>This parameter specifies the compiler to use.</para>
</listitem>
</varlistentry>
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/&amp; -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>