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

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jun 16 13:38:06 UTC 2007


Author: daniel
Date: 2007-06-16 13:38:05 +0000 (Sat, 16 Jun 2007)
New Revision: 2118

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-06-16 13:36:46 UTC (rev 2117)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-06-16 13:38:05 UTC (rev 2118)
@@ -507,6 +507,9 @@
 	# Setting debian-installer option
 	LIVE_DEBIAN_INSTALLER="${LIVE_DEBIAN_INSTALLER:-disabled}"
 
+	# Setting live-installer option
+	LIVE_LIVE_INSTALLER="${LIVE_LIVE_INSTALLER:-disabled}"
+
 	# Setting encryption
 	# LIVE_ENCRYPTION
 

Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-06-16 13:36:46 UTC (rev 2117)
+++ dists/trunk/live-helper/helpers/lh_config	2007-06-16 13:38:05 UTC (rev 2118)
@@ -319,6 +319,10 @@
 # (Default: ${LIVE_DEBIAN_INSTALLER})
 LIVE_DEBIAN_INSTALLER="${LIVE_DEBIAN_INSTALLER}"
 
+# \$LIVE_LIVE_INSTALLER: set debian-installer + live-installer
+# (Default: ${LIVE_LIVE_INSTALLER})
+LIVE_LIVE_INSTALLER="${LIVE_LIVE_INSTALLER}"
+
 # \$LIVE_ENCRYPTION: set encrytion
 # (Default: empty)
 LIVE_ENCRYPTION="${LIVE_ENCRYPTION}"




More information about the Debian-live-changes mailing list