From 9ca38ca4ef0e1dcd01d9656f2c5361159f481665 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 23 Sep 2007 13:59:19 +0200
Subject: Setting debian-installer default flavour to netinst.

---
 helpers/lh_binary_debian-installer | 2 +-
 helpers/lh_binary_disk             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 7d5cace..83c8be3 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
-	cdrom|netinst|businesscard)
+	enabled|cdrom|netinst|businesscard)
 		DI="cdrom"
 		DI_GTK="${DI}/gtk"
 		DI_KERNEL="vmlinuz"
diff --git a/helpers/lh_binary_disk b/helpers/lh_binary_disk
index 65c671c..afd0828 100755
--- a/helpers/lh_binary_disk
+++ b/helpers/lh_binary_disk
@@ -81,7 +81,7 @@ EOF
 
 				;;
 
-			netinst)
+			enabled|netinst)
 				echo "main" > binary/.disk/base_components
 
 				touch binary/.disk/base_installable
-- 
cgit v1.0