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

This reverts commit 0d4f1b4676.

The change is already included in GRUB 2.12, and the file has been
renamed so the sed command is failing.
This commit is contained in:
Xi Ruoyao 2024-01-25 15:22:34 +08:00
parent d8c2d84f9b
commit 648f145a13
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -78,12 +78,6 @@
<screen><userinput remap='pre'>echo <literal>depends bli part_gpt</literal> &gt; grub-core/extra_deps.lst</userinput></screen>
<!--https://git.savannah.gnu.org/cgit/grub.git/commit/?id=69edb312 -->
<para>Apply an upstream change so GRUB will be capable to load
compressed kernel image on an ARM64 system:</para>
<screen><userinput remap='pre'>sed '/ARMXX_MAGIC/,+2d' -i grub-core/loader/arm64/linux.c</userinput></screen>
<para>Prepare GRUB for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \