[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223

Daniel Baumann daniel at debian.org
Sat Aug 23 22:49:31 UTC 2008


The following commit has been merged in the master branch:
commit 35926bde27ce5dd7f429cc0fd880887dce67717b
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Aug 16 10:48:16 2008 +0100

    Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by sed, not the shell.

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}"
 }
 

-- 
debian-live



More information about the debian-live-changes mailing list