[Debian-live-changes] r1906 - dists/trunk/live-helper/functions

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 31 12:09:04 UTC 2007


Author: daniel
Date: 2007-05-31 12:09:04 +0000 (Thu, 31 May 2007)
New Revision: 1906

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


Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-05-31 11:32:43 UTC (rev 1905)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-05-31 12:09:04 UTC (rev 1906)
@@ -32,6 +32,20 @@
 		fi
 	fi
 
+	# Setting distribution value
+	if [ -z "${LIVE_DISTRIBUTION}" ]
+	then
+		case "${LH_MODE}" in
+			debian)
+				LIVE_DISTRIBUTION="etch"
+				;;
+
+			ubuntu)
+				LIVE_DISTRIBUTION="feisty"
+				;;
+		esac
+	fi
+
 	# Setting package manager
 	if [ -z "${LH_APT}" ]
 	then
@@ -261,20 +275,6 @@
 		fi
 	fi
 
-	# Setting distribution value
-	if [ -z "${LIVE_DISTRIBUTION}" ]
-	then
-		case "${LH_MODE}" in
-			debian)
-				LIVE_DISTRIBUTION="etch"
-				;;
-
-			ubuntu)
-				LIVE_DISTRIBUTION="feisty"
-				;;
-		esac
-	fi
-
 	# Setting distribution configuration value
 	# LIVE_BOOTSTRAP_CONFIG
 




More information about the Debian-live-changes mailing list