diff options
-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 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" |