diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-14 17:27:42 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-14 17:27:42 +0100 |
commit | efa3d98166b050551dddb77e272db358b24dcc70 (patch) | |
tree | 07b2857fea7dc3610f3a37352552fc8e2a112197 | |
parent | 6ada2b7bd46155b3a8325d35fe40ca24b0f5ead7 (diff) | |
download | vyos-live-build-efa3d98166b050551dddb77e272db358b24dcc70.tar.gz vyos-live-build-efa3d98166b050551dddb77e272db358b24dcc70.zip |
Use correct location of powerpc d-i images.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-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" |