[SCM] debian-live branch, master, updated. 1.0_a48-1-86-gaeb48a1

Daniel Baumann daniel at debian.org
Fri Aug 15 04:15:50 UTC 2008


The following commit has been merged in the master branch:
commit 5e93225816d214ac55b3af6ac14ca87ee88c99a5
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Aug 15 06:03:05 2008 +0200

    Correcting win32-loader default values.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 969c41f..a2db35d 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -637,11 +637,11 @@ Set_defaults ()
 	# Setting win32-loader option
 	case "${LH_ARCHITECTURE}" in
 		amd64|i386)
-			LH_WIN32_LOADER="enabled"
+			LH_WIN32_LOADER="${LH_WIN32_LOADER:-enabled}"
 			;;
 
 		*)
-			LH_WIN32_LOADER="disabled"
+			LH_WIN32_LOADER="${LH_WIN32_LOADER:-disabled}"
 			;;
 	esac
 

-- 
debian-live



More information about the debian-live-changes mailing list