[SCM] live-build branch, debian, updated. debian/3.0_a25-1-57-g6167d10

Daniel Baumann daniel at debian.org
Thu Aug 4 19:53:18 UTC 2011


The following commit has been merged in the debian branch:
commit e01424a1f26f4d7607201c784b8bca13c100aa9f
Author: Cody A.W. Somerville <cody.somerville at canonical.com>
Date:   Thu Jul 21 17:57:15 2011 +0200

    Adding paths for remote debian-installer images on armel.

diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 41376f7..35803f7 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -113,6 +113,22 @@ esac
 
 # Set architecture-specific variables
 case "${LB_ARCHITECTURES}" in
+	armel)
+		DEFAULT_FLAVOUR="$(echo ${LH_LINUX_FLAVOURS} | awk '{ print $1 }')"
+		case "${DI_IMAGE_TYPE}" in
+			cdrom)
+				DI_REMOTE_BASE="${DEFAULT_FLAVOUR}/cdrom"
+				;;
+
+			netboot)
+				DI_REMOTE_BASE="${DEFAULT_FLAVOUR}/netboot"
+				;;
+		esac
+
+		DI_REMOTE_KERNEL="vmlinuz"
+		DI_REMOTE_BASE_GTK="${DI_REMOTE_BASE}/gtk"
+		;;
+
 	powerpc)
 		case "${DI_IMAGE_TYPE}" in
 			cdrom)

-- 
live-build



More information about the debian-live-changes mailing list