mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-07 14:52:10 +00:00
arm64: grub: Apply an upstream change to support generic zboot
This commit is contained in:
parent
83ce6e3161
commit
0d4f1b4676
@ -81,6 +81,12 @@
|
||||
|
||||
<screen><userinput remap='pre'>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</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 \
|
||||
|
Loading…
Reference in New Issue
Block a user