[Debian-live-changes] r1190 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Thu Apr 26 13:15:40 UTC 2007


Author: daniel
Date: 2007-04-26 13:15:39 +0000 (Thu, 26 Apr 2007)
New Revision: 1190

Modified:
   dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
Log:


Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-04-26 13:11:23 UTC (rev 1189)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-04-26 13:15:39 UTC (rev 1190)
@@ -90,7 +90,10 @@
 fi
 
 # TEMPORARY HACK until cdebootstrap 0.3.18 is fixed
-CDEBOOTSTRA_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --config /usr/share/cdebootstrap"
+if [ "${LIVE_DISTRIBUTION}" = "sid" ] || [ "${LIVE_DISTRIBUTION}" = "unstable" ]
+then
+	CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --config /usr/share/cdebootstrap"
+fi
 
 if [ -x "/usr/bin/cdebootstrap" ]
 then




More information about the Debian-live-changes mailing list