summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-14 17:27:42 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commit1bd10cea37374b89bcd0bfda8898189cc333121c (patch)
tree07b2857fea7dc3610f3a37352552fc8e2a112197 /helpers
parent4d748e582c9a6a843a6d5a9c51581d0085f58dc6 (diff)
downloadlive-build-1bd10cea37374b89bcd0bfda8898189cc333121c.zip
live-build-1bd10cea37374b89bcd0bfda8898189cc333121c.tar.gz
Use correct location of powerpc d-i images.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_debian-installer6
1 files changed, 6 insertions, 0 deletions
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"