[SCM] live-build branch, debian, updated. debian/3.0_a20-1

Daniel Baumann daniel at debian.org
Sat Jun 11 15:50:13 UTC 2011


The following commit has been merged in the debian branch:
commit eb6242e98eaa3a0bbeb982ceb6aef54e5dcfdbeb
Author: Colin Watson <cjwatson at canonical.com>
Date:   Fri Jun 10 14:34:00 2011 +0100

    Use powerpc and powerpc64-smp kernel flavours by default for Ubuntu, as there is no powerpc64 flavour (Closes: #630032).

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5e6b9eb..bff541b 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -666,6 +666,18 @@ Set_defaults ()
 					exit 1
 					;;
 
+				ubuntu)
+					case "${LIST}" in
+						stripped|minimal)
+							LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc}"
+						;;
+
+						*)
+							LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64-smp}"
+							;;
+					esac
+					;;
+
 				*)
 					case "${LIST}" in
 						stripped|minimal)

-- 
live-build



More information about the debian-live-changes mailing list