[SCM] debian-live branch, master, updated. 1.0_a47-1-19-g2505291

Chris Lamb chris at chris-lamb.co.uk
Sat Jun 14 16:42:42 UTC 2008


The following commit has been merged in the master branch:
commit efa3d98166b050551dddb77e272db358b24dcc70
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Jun 14 17:27:42 2008 +0100

    Use correct location of powerpc d-i images.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 3e2bdcc..de5dc3d 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -123,6 +123,12 @@ case "${DI_IMAGE_TYPE}" in
 		;;
 esac
 
+case "${LH_ARCHITECTURE}" in
+	powerpc)
+		DI_REMOTE_BASE="${LH_ARCHITECTURE}/${DI_REMOTE_BASE}"
+		;;
+esac
+
 Check_multiarchitecture
 
 VMLINUZ_DI="vmlinuz"

-- 
debian-live



More information about the debian-live-changes mailing list