mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
fix grub to prevent generation of a huge binary blob for lzma compression
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
eb801a61c1
commit
5595514967
@ -43,6 +43,17 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<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>
|
<listitem>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<para>2021-02-18</para>
|
<para>2021-02-18</para>
|
||||||
|
@ -40,6 +40,11 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of GRUB</title>
|
<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>
|
<para>Prepare GRUB for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20210218">
|
<!ENTITY version "SVN-20210220">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20210218-systemd">
|
<!ENTITY versiond "20210220-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-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 – -->
|
<!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user