[SCM] debian-live branch, master, updated. 1.0_a48-1-69-gfc1fbfa

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 12 21:39:11 UTC 2008


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