Ignore:
Timestamp:
02/18/2023 10:04:26 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
c6c286b
Parents:
862e392
Message:

grub-efi: Add upstream fixes for unrecognized ext2/3/4 features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/grub-efi.xml

    r862e392 r6f87ba86  
    7979
    8080    <itemizedlist spacing="compact">
     81      <listitem>
     82        <para>
     83          Required patch:
     84          <ulink url="&patch-root;/grub-&grub-version;-upstream_fixes-1.patch"/>
     85        </para>
     86      </listitem>
     87    </itemizedlist>
     88
     89    <itemizedlist spacing="compact">
    8190      <title>Unicode font data used to display GRUB menu</title>
    8291      <listitem>
     
    155164      aggressive optimizations.</para>
    156165    </warning>
     166
     167    <para>
     168      Fix an issue causing <command>grub-install</command> to fail when the
     169      <filename class='directory'>/boot</filename> partition (or the root
     170      partition if <filename class='directory'>/boot</filename> is not a
     171      separate partition) is created by e2fsprogs-1.47.0 or later:
     172    </para>
     173
     174<screen><userinput>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</userinput></screen>
    157175
    158176    <para>If you are running a 32-bit LFS, prepare a 64-bit compiler:</para>
Note: See TracChangeset for help on using the changeset viewer.