[SCM] live-build branch, debian-next, updated. debian/3.0_a44-1-4-g84c1850

Daniel Baumann daniel at debian.org
Thu Feb 16 20:40:52 UTC 2012


The following commit has been merged in the debian-next branch:
commit 84c185055ffb6664b5a28760675b6c0836b42062
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 16 21:39:52 2012 +0100

    Add forgotten fallback for mode setting if lsb_release is not installed.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 2dc89d2..38647e0 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -46,6 +46,8 @@ Set_defaults ()
 		elif [ -e /etc/ubuntu_version ]
 		then
 			LB_MODE="${LB_MODE:-ubuntu}"
+		else
+			LB_MODE="${LB_MODE:-debian}"
 		fi
 	fi
 

-- 
live-build



More information about the debian-live-changes mailing list