Explorar el Código

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>
Thomas Petazzoni hace 11 años
padre
commit
bba9eb1ea4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      boot/grub/grub.mk

+ 1 - 0
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