From d600aa808c4b206aa8981379f1514c649e353158 Mon Sep 17 00:00:00 2001 From: bezzayet Date: Fri, 7 Apr 2023 12:13:07 +0200 Subject: [PATCH] fix: add startup file wile building --- target/linux/x86/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index f61e4ff8..797b2453 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -39,6 +39,7 @@ GRUB_TITLE:=$(call qstrip,$(CONFIG_GRUB_TITLE)) BOOTOPTS:=$(call qstrip,$(CONFIG_GRUB_BOOTOPTS)) define Build/combined + $(CP) ./startup.nsh $@.boot/ $(CP) $(KDIR)/$(KERNEL_NAME) $@.boot/boot/vmlinuz -$(CP) $(STAGING_DIR_ROOT)/boot/. $@.boot/boot/ $(CP) $(STAGING_DIR_IMAGE)/grub2/boot.img $@.boot/boot/grub/