[Debian-live-changes] r966 - in dists/trunk/live-helper: functions helpers

Daniel Baumann daniel at alioth.debian.org
Fri Apr 6 12:48:39 UTC 2007


Author: daniel
Date: 2007-04-06 12:48:39 +0000 (Fri, 06 Apr 2007)
New Revision: 966

Modified:
   dists/trunk/live-helper/functions/defaults.sh
   dists/trunk/live-helper/helpers/lh_config
Log:


Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-04-06 12:36:01 UTC (rev 965)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-04-06 12:48:39 UTC (rev 966)
@@ -124,6 +124,32 @@
 		LIVE_ROOT="debian-live"
 	fi
 
+	# Setting live helper options
+	if [ -z "${LH_BREAKPOINTS}" ]
+	then
+		LH_BREAKPOINTS="false"
+	fi
+
+	if [ -z "${LH_DEBUG}" ]
+	then
+		LH_DEBUG="false"
+	fi
+
+	if [ -z "${LH_FORCE}" ]
+	then
+		LH_FORCE="false"
+	fi
+
+	if [ -z "${LH_QUIET}" ]
+	then
+		LH_QUIET="false"
+	fi
+
+	if [ -z "${LH_VERBOSE}" ]
+	then
+		LH_VERBOSE="false"
+	fi
+
 	## config/bootstrap
 
 	# Setting architecture value

Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-04-06 12:36:01 UTC (rev 965)
+++ dists/trunk/live-helper/helpers/lh_config	2007-04-06 12:48:39 UTC (rev 966)
@@ -99,6 +99,28 @@
 # \$LIVE_ROOT: set the root directory
 # (Default: ${LIVE_ROOT})
 LIVE_ROOT="${LIVE_ROOT}"
+
+# Live-helper options
+
+# \$LH_BREAKPOINTS: enable breakpoints
+# (Default: ${LH_BREAKPOINTS})
+LH_BREAKPOINTS="${LH_BREAKPOINTS}"
+
+# \$LH_DEBUG: enable debug
+# (Default: ${LH_DEBUG})
+LH_DEBUG="${LH_DEBUG}"
+
+# \$LH_FORCE: enable force
+# (Default: ${LH_FORCE})
+LH_FORCE="${LH_FORCE}"
+
+# \$LH_QUIET: enable quiet
+# (Default: ${LH_QUIET})
+LH_QUIET="${LH_QUIET}"
+
+# \$LH_VERBOSE: enable verbose
+# (Default: ${LH_VERBOSE})
+LH_VERBOSE="${LH_VERBOSE}"
 EOF
 
 # Creating lh_chroot_* configuration




More information about the Debian-live-changes mailing list