[SCM] debian-live branch, master, updated. 1.0_a48-1-94-g0a5065a

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 16 10:00:12 UTC 2008


The following commit has been merged in the master branch:
commit 0a5065a817e5be289354400490cbe054ea3778ed
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 74e375e..d0b13ec 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