projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97362f5
)
grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Mon, 11 Nov 2013 16:47:31 +0000
(17:47 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/boot/grub/grub.mk
b/boot/grub/grub.mk
index 229b1a46d8eaea8ff1625c204a345c9629a82cbf..0c2c035096c117038f46c1278ef6077db14689f5 100644
(file)
--- 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