From 2cf3fb2d91612006cf693ff6f55dec3db3b09dcf Mon Sep 17 00:00:00 2001 From: j1nx Date: Mon, 5 Feb 2024 11:34:16 +0000 Subject: [PATCH] [x86] (Fix) No longer needed to install the kernel to the vfat esp partition. --- buildroot-external/board/ovos/pc/genimage-pc.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildroot-external/board/ovos/pc/genimage-pc.cfg b/buildroot-external/board/ovos/pc/genimage-pc.cfg index 268eec36..33850ba8 100644 --- a/buildroot-external/board/ovos/pc/genimage-pc.cfg +++ b/buildroot-external/board/ovos/pc/genimage-pc.cfg @@ -6,9 +6,6 @@ image esp.vfat { file EFI { image = "efi-part/EFI" } - file bzImage { - image = "bzImage" - } } #size = 65504K # 64MB - 32 KB size = 64M