Ignore:
Timestamp:
12/23/2023 02:10:52 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
7fbd6ee
Parents:
5481e1f1
Message:

Update to GRUB-2.12 for EFI

File:
1 edited

Legend:

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

    r5481e1f1 r426326c  
    77  <!ENTITY grub-efi-download-http "https://ftp.gnu.org/gnu/grub/grub-&grub-version;.tar.xz">
    88  <!ENTITY grub-efi-download-ftp  " ">
    9   <!ENTITY grub-efi-md5sum        "cf0fd928b1e5479c8108ee52cb114363">
    10   <!ENTITY grub-efi-size          "6.3 MB">
     9  <!ENTITY grub-efi-md5sum        "60c564b1bdc39d8e43b3aab4bc0fb140">
     10  <!ENTITY grub-efi-size          "6.4 MB">
    1111  <!ENTITY grub-efi-buildsize     "183 MB">
    1212  <!ENTITY grub-efi-time          "0.4 SBU (on 64-bit LFS, using parallelism=4)">
     
    7171      </listitem>
    7272    </itemizedlist>
    73 
     73    <!--
    7474    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575
     
    8282      </listitem>
    8383    </itemizedlist>
    84 
     84    -->
    8585    <itemizedlist spacing="compact">
    8686      <title>Unicode font data used to display GRUB menu</title>
     
    150150
    151151    <para>
    152       Fix an issue causing <command>grub-install</command> to fail when the
    153       <filename class='directory'>/boot</filename> partition (or the root
    154       partition if <filename class='directory'>/boot</filename> is not a
    155       separate partition) is created by e2fsprogs-1.47.0 or later:
    156     </para>
    157 
    158 <screen><userinput>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</userinput></screen>
     152      Add a file missing from the release tarball:
     153    </para>
     154
     155    <screen><userinput>echo <literal>depends bli part_gpt</literal> > grub-core/extra_deps.lst</userinput></screen>
    159156
    160157    <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.