[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-6-ge46839d

Daniel Baumann daniel at debian.org
Sat Mar 6 17:28:20 UTC 2010


The following commit has been merged in the debian-next branch:
commit e46839de5306c7d0738e9685c9b8f1c5dee21d33
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 6 18:23:34 2010 +0100

    Setting debian-installer-gui default to false for squeeze and sid.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index cd6e494..2240b8f 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -804,7 +804,15 @@ Set_defaults ()
 	# Setting debian-installer-gui
 	case "${LH_MODE}" in
 		debian)
-			LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-true}"
+			case "${LH_DISTRIBUTION}" in
+				squeeze|sid)
+					LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-false}"
+					;;
+
+				*)
+					LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-true}"
+					;;
+			esac
 			;;
 
 		ubuntu)

-- 
live-helper



More information about the debian-live-changes mailing list