[SCM] Debian Live build scripts branch, master, updated. debian/1.0.5-1-8-gc9259a5

Daniel Baumann daniel at debian.org
Tue Jun 30 14:57:37 UTC 2009


The following commit has been merged in the master branch:
commit c9259a5dcce36eed4fa3a03fc54e283c851aafbf
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 30 16:45:36 2009 +0200

    Exclude di-utils-exit-installer from udeb_exclude, we want it on the images on purpose.

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" ]

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list