Changeset 3608d06a


Ignore:
Timestamp:
02/19/2023 06:30:57 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
dd8293b
Parents:
d94d606
Message:

grub: Add upstream fixes patch for unrecognized ext2/3/4 features (#5219)

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd94d606 r3608d06a  
    4141    -->
    4242    <listitem>
     43      <para>2023-02-19</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Apply a patch for GRUB for an issue triggered
     47          with e2fsprogs-1.47.0.  Fixes
     48          <ulink url="&lfs-ticket-root;5219">#5219</ulink>.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4354      <para>2023-02-13</para>
    4455      <itemizedlist>
  • chapter01/whatsnew.xml

    rd94d606 r3608d06a  
    292292    <title>Added:</title>
    293293    <listitem><para></para></listitem>  <!-- satisfy build -->
    294 <!--
    295     <listitem>
    296       <para>&bash-fixes-patch;</para>
    297     </listitem>
    298 -->
     294
     295    <listitem>
     296      <para>&grub-upstream-fixes-patch;</para>
     297    </listitem>
     298
    299299    <listitem>
    300300      <para>&readline-fixes-patch;</para>
  • chapter03/patches.xml

    rd94d606 r3608d06a  
    8383        <para>Download: <ulink url="&patches-root;&glibc-fhs-patch;"/></para>
    8484        <para>MD5 sum: <literal>&glibc-fhs-patch-md5;</literal></para>
     85      </listitem>
     86    </varlistentry>
     87
     88    <varlistentry>
     89      <term>GRUB Upstream Fixes Patch - <token>&grub-upstream-fixes-patch-size;</token>:</term>
     90      <listitem>
     91        <para>Download: <ulink url="&patches-root;&grub-upstream-fixes-patch;"/></para>
     92        <para>MD5 sum: <literal>&grub-upstream-fixes-patch-md5;</literal></para>
    8593      </listitem>
    8694    </varlistentry>
  • chapter08/grub.xml

    rd94d606 r3608d06a  
    6262    </warning>
    6363
     64    <para>
     65      Fix an issue causing <command>grub-install</command> to fail when the
     66      <filename class='directory'>/boot</filename> partition (or the root
     67      partition if <filename class='directory'>/boot</filename> is not a
     68      separate partition) is created by e2fsprogs-1.47.0 or later:
     69    </para>
     70
     71<screen><userinput remap='pre'>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</userinput></screen>
     72
    6473    <para>Prepare GRUB for compilation:</para>
    6574
  • patches.ent

    rd94d606 r3608d06a  
    5151<!ENTITY glibc-fhs-patch-size "2.8 KB">
    5252
    53 <!--
    54 <!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch">
    55 <!ENTITY glibc-upstream-patch-md5 "e602b6c3a332f4a06e2914e02ae2b295">
    56 <!ENTITY glibc-upstream-patch-size "16 KB">
    57 -->
     53<!ENTITY grub-upstream-fixes-patch "grub-&grub-version;-upstream_fixes-1.patch">
     54<!ENTITY grub-upstream-fixes-patch-md5 "da388905710bb4cbfbc7bd7346ff9174">
     55<!ENTITY grub-upstream-fixes-patch-size "8 KB">
    5856
    5957<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
Note: See TracChangeset for help on using the changeset viewer.