From 3ef56108907e1e353410103267fbfa475dd131d1 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 16 Aug 2008 10:48:16 +0100 Subject: Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by sed, not the shell. --- helpers/lh_binary_grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index 741bade..1c9a804 100755 --- a/helpers/lh_binary_grub +++ b/helpers/lh_binary_grub @@ -89,7 +89,7 @@ Grub_install_entry () fi LINUX_INSTALL="${LINUX_INSTALL}\ntitle\t\tDebian GNU/Linux - ${LABEL}" - LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} ${LH_BOOTAPPEND_INSTALL}" + LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} LH_BOOTAPPEND_INSTALL" LINUX_INSTALL="${LINUX_INSTALL}\ninitrd\t\t/${INITRD}" } -- cgit v1.0