From 7a433849f5f37bc1e3d57c22e71e26fe46f275aa Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 30 Jun 2009 16:45:36 +0200
Subject: Exclude di-utils-exit-installer from udeb_exclude, we want it on the
 images on purpose.

---
 helpers/lh_binary_debian-installer | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index f309ea0..5e91e83 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -544,6 +544,9 @@ then
 		cat ../config/binary_debian-installer/udeb_exclude >> exclude
 	fi
 
+	# Excluding udebs from excludes because we want them to be in the image on purpose
+	sed -i -e 's|di-utils-exit-installer||' exclude # used for live-installer-launcher
+
 	while read EXCLUDE
 	do
 		if [ "${LH_DEBIAN_INSTALLER}" = "live" ] && [ "${EXCLUDE}" = "live-installer" ]
-- 
cgit v1.0