summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_debian-installer6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index a66137f..e366d8c 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -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
;;