Commit bba9eb1e authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub

parent 97362f57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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