[Buildroot] [PATCH 07/15] grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Nov 11 16:47:31 UTC 2013


Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 boot/grub/grub.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk
index 229b1a4..0c2c035 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
 
-- 
1.8.1.2



More information about the buildroot mailing list