[SCM] debian-live branch, master, updated. 1.0_a48-1-75-gf5d6f58

Daniel Baumann daniel at debian.org
Thu Aug 14 03:57:40 UTC 2008


The following commit has been merged in the master branch:
commit e17a9c057c3640f7d2ddf106b2458f7ee06515bf
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