Parcourir la source

grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas Petazzoni il y a 11 ans
Parent
commit
bba9eb1ea4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      boot/grub/grub.mk

+ 1 - 0
boot/grub/grub.mk

@@ -80,6 +80,7 @@ define GRUB_INSTALL_TARGET_CMDS
 	cp $(@D)/stage1/stage1 $(TARGET_DIR)/boot/grub
 	cp $(@D)/stage2/*1_5   $(TARGET_DIR)/boot/grub
 	cp $(@D)/stage2/stage2 $(TARGET_DIR)/boot/grub
+	cp boot/grub/menu.lst $(TARGET_DIR)/boot/grub
 	$(GRUB_INSTALL_SPLASH)
 endef