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

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jun 2 17:24:27 UTC 2007


Author: daniel
Date: 2007-06-02 17:24:27 +0000 (Sat, 02 Jun 2007)
New Revision: 1920

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-02 17:21:22 UTC (rev 1919)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-06-02 17:24:27 UTC (rev 1920)
@@ -290,6 +290,9 @@
 			LIVE_BOOTSTRAP_FLAVOUR="standard"
 	fi
 
+	# Setting boostrap keyring
+	# LIVE_BOOTSTRAP_KEYRING
+
 	# Setting mirror to fetch packages from
 	if [ -z "${LIVE_MIRROR_BOOTSTRAP}" ]
 	then

Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-06-02 17:21:22 UTC (rev 1919)
+++ dists/trunk/live-helper/helpers/lh_config	2007-06-02 17:24:27 UTC (rev 1920)
@@ -179,10 +179,6 @@
 # (Default: autodetected)
 LIVE_ARCHITECTURE="${LIVE_ARCHITECTURE}"
 
-# \$LIVE_DISTRIBUTION: select distribution to use
-# (Default: ${LIVE_DISTRIBUTION})
-LIVE_DISTRIBUTION="${LIVE_DISTRIBUTION}"
-
 # \$LIVE_BOOTSTRAP_CONFIG: set distribution config directory
 # (Default: empty)
 LIVE_BOOTSTRAP_CONFIG="${LIVE_BOOTSTRAP_CONFIG}"
@@ -195,6 +191,10 @@
 # (Default: empty)
 LIVE_BOOTSTRAP_KEYRING="${LIVE_BOOTSTRAP_KEYRING}"
 
+# \$LIVE_DISTRIBUTION: select distribution to use
+# (Default: ${LIVE_DISTRIBUTION})
+LIVE_DISTRIBUTION="${LIVE_DISTRIBUTION}"
+
 # \$LIVE_MIRROR_BOOTSTRAP: set mirror to fetch packages from
 # (Default: ${LIVE_MIRROR_BOOTSTRAP})
 LIVE_MIRROR_BOOTSTRAP="${LIVE_MIRROR_BOOTSTRAP}"




More information about the Debian-live-changes mailing list