Author: pierre
Date: Sat Feb 20 13:02:59 2021
New Revision: 12143

Log:
fix grub to prevent generation of a huge binary blob for lzma compression

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter08/grub.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Fri Feb 19 22:34:19 2021        (r12142)
+++ trunk/BOOK/chapter01/changelog.xml  Sat Feb 20 13:02:59 2021        (r12143)
@@ -45,6 +45,17 @@
 
     <listitem>
       <itemizedlist>
+      <para>2021-02-20</para>
+        <listitem>
+          <para>[pierre] - Fix grub to prevent generation of a huge binary
+          blob for lzma compression. Reported on the lfs-support mailing
+          list by Frans de Boer.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <itemizedlist>
       <para>2021-02-18</para>
         <listitem>
           <para>[bdubbs] - Fix a glibc bug that causes issues with chrooted 
applications. Fixes

Modified: trunk/BOOK/chapter08/grub.xml
==============================================================================
--- trunk/BOOK/chapter08/grub.xml       Fri Feb 19 22:34:19 2021        (r12142)
+++ trunk/BOOK/chapter08/grub.xml       Sat Feb 20 13:02:59 2021        (r12143)
@@ -40,6 +40,11 @@
   <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          \

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Feb 19 22:34:19 2021        (r12142)
+++ trunk/BOOK/general.ent      Sat Feb 20 13:02:59 2021        (r12143)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20210218">
+<!ENTITY version         "SVN-20210220">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc 
releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or 
"x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20210218-systemd">
+<!ENTITY versiond        "20210220-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "February 18th, 2021">
+<!ENTITY releasedate     "February 20th, 2021">
 
 <!ENTITY copyrightdate   "1999-2021"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to