Skip to content

Commit

Permalink
Merge pull request #2 from Bayroom/fixAddStartupFile
Browse files Browse the repository at this point in the history
fix: add startup file wile building
  • Loading branch information
Bayroom authored Apr 7, 2023
2 parents 381c6fd + d600aa8 commit 378f516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/x86/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 378f516

Please sign in to comment.