Changeset 0d4f1b4


Ignore:
Timestamp:
02/28/2023 04:51:54 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
98d2923
Parents:
83ce6e3
Message:

arm64: grub: Apply an upstream change to support generic zboot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r83ce6e3 r0d4f1b4  
    8282<screen><userinput remap='pre'>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</userinput></screen>
    8383
     84    <!--https://git.savannah.gnu.org/cgit/grub.git/commit/?id=69edb312 -->
     85    <para>Apply an upstream change so GRUB will be capable to load
     86    compressed kernel image on an ARM64 system:</para>
     87
     88<screen><userinput remap='pre'>sed '/ARMXX_MAGIC/,+2d' -i grub-core/loader/arm64/linux.c</userinput></screen>
     89
    8490    <para>Prepare GRUB for compilation:</para>
    8591
Note: See TracChangeset for help on using the changeset viewer.