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:
parent
97362f571c
commit
bba9eb1ea4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user