From 1985ada3a9cd98bd467450f977111c7b53f6744d Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Fri, 11 Jul 2008 00:37:51 +0100
Subject: Correct d-i kernel and initrd locations in grub entries. Thanks to
 Jun NOGATA <nogajun@gmail.com> for the patch. (Closes: #490245)

---
 helpers/lh_binary_grub | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index 2cedaa4..408b48d 100755
--- a/helpers/lh_binary_grub
+++ b/helpers/lh_binary_grub
@@ -218,12 +218,12 @@ then
 	LINUX_LIVE="title\t\tLive:\nroot\n\n${LINUX_LIVE}"
 	LINUX_INSTALL="title\t\tInstaller:\nroot"
 
-	VMLINUZ_DI="vmlinuz"
-	INITRD_DI="initrd.gz"
+	VMLINUZ_DI="install/vmlinuz"
+	INITRD_DI="install/initrd.gz"
 	APPEND_DI="vga=normal"
 
-	VMLINUZ_GI="gtk/vmlinuz"
-	INITRD_GI="gtk/initrd.gz"
+	VMLINUZ_GI="install/gtk/vmlinuz"
+	INITRD_GI="install/gtk/initrd.gz"
 	APPEND_GI="video=vesa:ywrap,mtrr vga=788"
 
 	Grub_install_entry "install" "${VMLINUZ_DI}" "${INITRD_DI}" "${APPEND_DI}"
-- 
cgit v1.0