Choose correct d-i install method for "live" and usb-hdd/tar image types.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
cf3c659a95
commit
12fae93f2b
@ -106,12 +106,12 @@ case "${LH_DEBIAN_INSTALLER}" in
|
||||
;;
|
||||
*)
|
||||
case "${LH_BINARY_IMAGES}" in
|
||||
iso)
|
||||
DI_IMAGE_TYPE="cdrom"
|
||||
net)
|
||||
DI_IMAGE_TYPE="netboot"
|
||||
;;
|
||||
|
||||
*)
|
||||
DI_IMAGE_TYPE="netboot"
|
||||
DI_IMAGE_TYPE="cdrom"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user