Changeset f81c799


Ignore:
Timestamp:
06/11/2023 08:52:35 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2
Children:
133b5cc
Parents:
d89cc558
git-author:
Xi Ruoyao <xry111@…> (06/11/2023 08:16:25 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/11/2023 08:52:35 PM)
Message:

loongarch: Update to grub-2.11-pre-gc016a969d for LoongArch support

Patching GRUB-2.06 to support LoongArch is extremely difficult because
the "bootstrap" script in grub.git performs many complicated jobs. So
just provide our own dist tarball here.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd89cc558 rf81c799  
    4141    -->
    4242    <listitem>
     43      <para>2023-06-11</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Update to grub-2.11-pre-gc016a969d for
     47          LoongArch support.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4353      <para>2023-06-09</para>
    4454      <itemizedlist>
  • chapter01/whatsnew.xml

    rd89cc558 rf81c799  
    140140      <para>Groff-&groff-version;</para>
    141141    </listitem>-->
    142     <!--<listitem>
     142    <listitem>
    143143      <para>GRUB-&grub-version;</para>
    144     </listitem>-->
     144    </listitem>
    145145    <!--<listitem>
    146146      <para>Gzip-&gzip-version;</para>
     
    330330
    331331    <listitem>
    332       <para>systemd-252-security_fix-1.patch</para>
     332      <para>grub-2.06-upstream_fixes-1.patch</para>
    333333    </listitem>
    334334  </itemizedlist>
  • chapter08/grub.xml

    rd89cc558 rf81c799  
    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 
    7364    <para>Prepare GRUB for compilation:</para>
    7465
  • packages.ent

    rd89cc558 rf81c799  
    308308<!ENTITY groff-fin-sbu "0.2 SBU">
    309309
    310 <!ENTITY grub-version "2.06">
    311 <!ENTITY grub-size "6,428 KB">
    312 <!ENTITY grub-url "https://ftp.gnu.org/gnu/grub/grub-&grub-version;.tar.xz">
    313 <!ENTITY grub-md5 "cf0fd928b1e5479c8108ee52cb114363">
     310<!ENTITY grub-version "2.11-pre-gc016a969d">
     311<!ENTITY grub-size "6,780 KB">
     312<!ENTITY grub-url "https://www.linuxfromscratch.org/~xry111/lfs/download/grub-&grub-version;.tar.xz">
     313<!ENTITY grub-md5 "b12b756edf519f7ee546652401b040d3">
    314314<!ENTITY grub-home "&gnu-software;grub/">
    315315<!ENTITY grub-fin-du "161 MB">
Note: See TracChangeset for help on using the changeset viewer.