[Debian-live-changes] r1040 - in dists/trunk/live-helper: doc functions

Daniel Baumann daniel at alioth.debian.org
Thu Apr 12 08:28:57 UTC 2007


Author: daniel
Date: 2007-04-12 08:28:56 +0000 (Thu, 12 Apr 2007)
New Revision: 1040

Modified:
   dists/trunk/live-helper/doc/ChangeLog
   dists/trunk/live-helper/functions/defaults.sh
Log:


Modified: dists/trunk/live-helper/doc/ChangeLog
===================================================================
--- dists/trunk/live-helper/doc/ChangeLog	2007-04-12 08:04:54 UTC (rev 1039)
+++ dists/trunk/live-helper/doc/ChangeLog	2007-04-12 08:28:56 UTC (rev 1040)
@@ -2,6 +2,9 @@
 
 	* helpers/lh_config, make-live:
 	  - Adding --config.
+	* functions/defaults.sh:
+	  - Settin default distributio to etch until 2.6.20 has setteled in
+	    unstable.
 
 2007-04-11  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-04-12 08:04:54 UTC (rev 1039)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-04-12 08:28:56 UTC (rev 1040)
@@ -207,7 +207,7 @@
 	then
 		case "${LH_MODE}" in
 			debian)
-				LIVE_DISTRIBUTION="sid"
+				LIVE_DISTRIBUTION="etch"
 				;;
 
 			ubuntu)




More information about the Debian-live-changes mailing list