grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 11 Nov 2013 16:47:31 +0000 (17:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 1 Dec 2013 22:44:04 +0000 (23:44 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/grub/grub.mk

index 229b1a46d8eaea8ff1625c204a345c9629a82cbf..0c2c035096c117038f46c1278ef6077db14689f5 100644 (file)
@@ -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