[SCM] Debian Live build scripts branch, master, updated. 1.0.2-4-12-g74e1dbc

Daniel Baumann daniel at debian.org
Thu Jan 15 19:59:20 UTC 2009


The following commit has been merged in the master branch:
commit 74e1dbcf5a08897796ea13d50d9b0419fee38fc3
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jan 15 20:51:30 2009 +0100

    Parsing lh_config flags from config.cfg, if available.

diff --git a/helpers/lh_config b/helpers/lh_config
index c56f453..2c20d30 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -714,7 +714,12 @@ fi
 # Reading existing configuration
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 
-Local_arguments "${@}"
+if [ -e config.cfg ]
+then
+	Local_arguments $(cat config.cfg) "${@}"
+else
+	Local_arguments "${@}"
+fi
 
 if [ -n "${_CONFFILE}" ]
 then

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list