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>
This commit is contained in:
Thomas Petazzoni 2013-11-11 17:47:31 +01:00 committed by Peter Korsgaard
parent 97362f571c
commit bba9eb1ea4

View 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