Use correct location of powerpc d-i images.

This commit is contained in:
Chris Lamb 2008-06-14 17:27:42 +01:00 committed by Daniel Baumann
parent 4d748e582c
commit 1bd10cea37
1 changed files with 6 additions and 0 deletions

View File

@ -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"