diff options
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 3a16a19..ee437ab 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -35,22 +35,13 @@ fi # Check d-i configuration case "${LH_DEBIAN_INSTALLER}" in - enabled|cdrom|netinst|netboot|businesscard) + enabled|cdrom|netinst|netboot|businesscard|live) ;; disabled) exit 0 ;; - live) - case "${LH_PACKAGES_LISTS}" in - stripped|minimal) - Echo_error "live d-i installation is incompatbile with stripped and minimal" - exit 1 - ;; - esac - ;; - *) Echo_error "debian-installer flavour ${LH_DEBIAN_INSTALLER} not supported." exit 1 |