From 606b5ae2eec6c827ed84b4295295f18499cddd17 Mon Sep 17 00:00:00 2001 From: Hex Date: Sun, 31 Dec 2023 12:40:25 +0800 Subject: [PATCH] x86: increase bios boot partition to 1 MiB (#11741) --- target/linux/x86/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 677b758e01ce19..30a903515d56ed 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -53,7 +53,7 @@ define Build/combined $@ \ $(CONFIG_TARGET_KERNEL_PARTSIZE) $@.boot \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(IMAGE_ROOTFS) \ - 256 + 1024 endef define Build/grub-config