diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-14 17:27:42 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | 1bd10cea37374b89bcd0bfda8898189cc333121c (patch) | |
tree | 07b2857fea7dc3610f3a37352552fc8e2a112197 /helpers/lh_binary_debian-installer | |
parent | 4d748e582c9a6a843a6d5a9c51581d0085f58dc6 (diff) | |
download | vyos-live-build-1bd10cea37374b89bcd0bfda8898189cc333121c.tar.gz vyos-live-build-1bd10cea37374b89bcd0bfda8898189cc333121c.zip |
Use correct location of powerpc d-i images.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 6 |
1 files changed, 6 insertions, 0 deletions
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" |