Skip to content

Commit

Permalink
Merge pull request #3 from Bayroom/fixAddStartupFile
Browse files Browse the repository at this point in the history
Merge pull request #2 from Bayroom/fixAddStartupFile
  • Loading branch information
Bayroom authored Apr 7, 2023
2 parents 378f516 + 73adf97 commit 962826d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/linux/x86/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ define Build/combined
$(CP) $(KDIR)/$(KERNEL_NAME) $@.boot/boot/vmlinuz
-$(CP) $(STAGING_DIR_ROOT)/boot/. $@.boot/boot/
$(CP) $(STAGING_DIR_IMAGE)/grub2/boot.img $@.boot/boot/grub/
$(CP) ./startup.nsh $(KDIR)/root.grub/
$(CP) $(STAGING_DIR_IMAGE)/grub2/$(if $(filter $(1),efi),gpt,$(GRUB2_VARIANT))-core.img \
$@.boot/boot/grub/core.img
$(if $(filter $(1),efi),
Expand Down

0 comments on commit 962826d

Please sign in to comment.