Use correct location of powerpc d-i images.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
6ada2b7bd4
commit
efa3d98166
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue