diff options
-rwxr-xr-x | helpers/lh_binary_debian-installer | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index a66137fdf..e366d8c23 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 ;; |