From 4bc50b69ce6fb6852281420fdead84252955962a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:05:10 +0200 Subject: Adding support for live-installer. --- helpers/lh_binary_debian-installer | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'helpers/lh_binary_debian-installer') diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 39cd0a126..280dea06c 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -35,7 +35,7 @@ Set_defaults # Setting remote d-i directories case "${LH_DEBIAN_INSTALLER}" in - enabled|cdrom|netinst|businesscard) + enabled|cdrom|netinst|businesscard|live) DI="cdrom" DI_GTK="${DI}/gtk" DI_KERNEL="vmlinuz" @@ -381,6 +381,12 @@ do rm -f "${EXCLUDE}"_*.udeb done +# Enable live-installer +if [ "${LH_DEBIAN_INSTALLER}" = "live" ] +then + rm -f bootstrap-base_*.udeb +fi + # Moving udebs for UDEB in ${UDEBS} do -- cgit v1.2.3