From 1b37572080c01cdaf6e66a1bc53ca029253e4803 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sat, 26 Jul 2008 00:21:25 +0100
Subject: Don't attempt to use live-installer on Etch; it would simply result
 in no bootstrap method.

---
 helpers/lh_binary_debian-installer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index d285f33..42412b0 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -510,7 +510,7 @@ then
 	done
 
 	# Enable live-installer
-	if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
+	if [ "${LH_DEBIAN_INSTALLER}" = "live" ] && [ "${LH_DISTRIBUTION}" != "etch" ]
 	then
 		# Remove local udebs
 		rm -f pool/main/b/base-installer/bootstrap-base_*.udeb
-- 
cgit v1.0