From 5f3168deb73fd1e92bec83eb839b5d7381b6b023 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 19 Jun 2008 19:03:10 +0100 Subject: Revert aborting live d-i installation if minimal/stripped is selected and instead attempt to not break the chroot too much in this case --- helpers/lh_binary_debian-installer | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'helpers/lh_binary_debian-installer') diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 3a16a1905..ee437ab3b 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 -- cgit v1.2.3