diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-11-11 17:47:31 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-01 23:44:04 +0100 |
commit | bba9eb1ea4739c9b3db3a4ee24fe1e754ddcc70c (patch) | |
tree | 4725790bda4dba4390799056793d6efc5942bea0 /boot | |
parent | 97362f571cd877274cfd9bef30c6a4b99723135c (diff) |
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>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/grub/grub.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk index 229b1a46d..0c2c03509 100644 --- a/boot/grub/grub.mk +++ b/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 |