From efa3d98166b050551dddb77e272db358b24dcc70 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 14 Jun 2008 17:27:42 +0100 Subject: [PATCH] Use correct location of powerpc d-i images. Signed-off-by: Chris Lamb --- helpers/lh_binary_debian-installer | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 3e2bdcc97..de5dc3d60 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"