[SCM] live-build branch, debian, updated. debian/3.0_a17-1-10-gb9ddc38

Daniel Baumann daniel at debian.org
Fri Jun 3 10:01:33 UTC 2011


The following commit has been merged in the debian branch:
commit 3cd5375fbd5c53d752a60e1106a9e775969ee326
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jun 2 22:55:18 2011 +0200

    Correcting accidentally unconditional default for linux-flavours in progress mode.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 2aa677f..9610ac2 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -615,7 +615,7 @@ Set_defaults ()
 		i386)
 			case "${LB_MODE}" in
 				progress)
-					LB_LINUX_FLAVOURS="686"
+					LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686}"
 					;;
 
 				ubuntu)

-- 
live-build



More information about the debian-live-changes mailing list