Use correct location of powerpc d-i images.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-14 17:27:42 +01:00
parent 6ada2b7bd4
commit efa3d98166
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"