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

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


The following commit has been merged in the master branch:
commit 30c3aa7388ed066c9a9c388316bbb34aef3474c2
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Aug 12 22:27:17 2008 +0100

    Add leading space to prevent unnecessary diff when running lh_config repeatedly.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 7a7777f..74e8aba 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -582,7 +582,7 @@ Set_defaults ()
 	then
 		LH_BOOTAPPEND_INSTALL="${_LH_BOOTAPPEND_PRESEED} -- \${LH_BOOTAPPEND_LIVE}"
 	else
-		LH_BOOTAPPEND_INSTALL="-- \${LH_BOOTAPPEND_LIVE}"
+		LH_BOOTAPPEND_INSTALL=" -- \${LH_BOOTAPPEND_LIVE}"
 	fi
 
 	# Setting encryption

-- 
debian-live



More information about the debian-live-changes mailing list