From 648f145a1308fecd76b223f99abefec03fe4b8a2 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 25 Jan 2024 15:22:34 +0800 Subject: [PATCH] arm64: Revert "arm64: grub: Apply an upstream change to support generic zboot" This reverts commit 0d4f1b46765e9c20362e3f20a718543f096921c4. The change is already included in GRUB 2.12, and the file has been renamed so the sed command is failing. --- chapter08/grub.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 5a4b0dd39..efa6c1f50 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -78,12 +78,6 @@ echo depends bli part_gpt > grub-core/extra_deps.lst - - Apply an upstream change so GRUB will be capable to load - compressed kernel image on an ARM64 system: - -sed '/ARMXX_MAGIC/,+2d' -i grub-core/loader/arm64/linux.c - Prepare GRUB for compilation: ./configure --prefix=/usr \