mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00: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
|
||||
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>
|
||||
<para>2023-02-13</para>
|
||||
<itemizedlist>
|
||||
|
@ -291,11 +291,11 @@
|
||||
<itemizedlist>
|
||||
<title>Added:</title>
|
||||
<listitem><para></para></listitem> <!-- satisfy build -->
|
||||
<!--
|
||||
|
||||
<listitem>
|
||||
<para>&bash-fixes-patch;</para>
|
||||
<para>&grub-upstream-fixes-patch;</para>
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>&readline-fixes-patch;</para>
|
||||
</listitem>
|
||||
|
@ -85,6 +85,14 @@
|
||||
</listitem>
|
||||
</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>
|
||||
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -61,6 +61,15 @@
|
||||
aggressive optimization.</para>
|
||||
</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>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -50,11 +50,9 @@
|
||||
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
|
||||
<!ENTITY glibc-fhs-patch-size "2.8 KB">
|
||||
|
||||
<!--
|
||||
<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY glibc-upstream-patch-md5 "e602b6c3a332f4a06e2914e02ae2b295">
|
||||
<!ENTITY glibc-upstream-patch-size "16 KB">
|
||||
-->
|
||||
<!ENTITY grub-upstream-fixes-patch "grub-&grub-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY grub-upstream-fixes-patch-md5 "da388905710bb4cbfbc7bd7346ff9174">
|
||||
<!ENTITY grub-upstream-fixes-patch-size "8 KB">
|
||||
|
||||
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
|
||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||
|
Loading…
Reference in New Issue
Block a user