mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
grub: Add upstream fixes patch for unrecognized ext2/3/4 features (#5219)
This commit is contained in:
parent
d94d606048
commit
3608d06aa8
@ -39,6 +39,17 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
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>
|
||||||
|
<para>2023-02-19</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[xry111] - Apply a patch for GRUB for an issue triggered
|
||||||
|
with e2fsprogs-1.47.0. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;5219">#5219</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2023-02-13</para>
|
<para>2023-02-13</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -291,11 +291,11 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<title>Added:</title>
|
<title>Added:</title>
|
||||||
<listitem><para></para></listitem> <!-- satisfy build -->
|
<listitem><para></para></listitem> <!-- satisfy build -->
|
||||||
<!--
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>&bash-fixes-patch;</para>
|
<para>&grub-upstream-fixes-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>&readline-fixes-patch;</para>
|
<para>&readline-fixes-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -85,6 +85,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>GRUB Upstream Fixes Patch - <token>&grub-upstream-fixes-patch-size;</token>:</term>
|
||||||
|
<listitem>
|
||||||
|
<para>Download: <ulink url="&patches-root;&grub-upstream-fixes-patch;"/></para>
|
||||||
|
<para>MD5 sum: <literal>&grub-upstream-fixes-patch-md5;</literal></para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
|
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -61,6 +61,15 @@
|
|||||||
aggressive optimization.</para>
|
aggressive optimization.</para>
|
||||||
</warning>
|
</warning>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Fix an issue causing <command>grub-install</command> to fail when the
|
||||||
|
<filename class='directory'>/boot</filename> partition (or the root
|
||||||
|
partition if <filename class='directory'>/boot</filename> is not a
|
||||||
|
separate partition) is created by e2fsprogs-1.47.0 or later:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<screen><userinput remap='pre'>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</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 \
|
||||||
|
@ -50,11 +50,9 @@
|
|||||||
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
|
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
|
||||||
<!ENTITY glibc-fhs-patch-size "2.8 KB">
|
<!ENTITY glibc-fhs-patch-size "2.8 KB">
|
||||||
|
|
||||||
<!--
|
<!ENTITY grub-upstream-fixes-patch "grub-&grub-version;-upstream_fixes-1.patch">
|
||||||
<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch">
|
<!ENTITY grub-upstream-fixes-patch-md5 "da388905710bb4cbfbc7bd7346ff9174">
|
||||||
<!ENTITY glibc-upstream-patch-md5 "e602b6c3a332f4a06e2914e02ae2b295">
|
<!ENTITY grub-upstream-fixes-patch-size "8 KB">
|
||||||
<!ENTITY glibc-upstream-patch-size "16 KB">
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
|
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
|
||||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||||
|
Loading…
Reference in New Issue
Block a user