summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-06-30 16:45:36 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:45 +0100
commit7a433849f5f37bc1e3d57c22e71e26fe46f275aa (patch)
treed49e1356993a50a5a9dc8c2bb90b6409a0361bff /helpers/lh_binary_debian-installer
parent5d9cbecc3ee5ae50822fc4b33056aeb4715ce5bb (diff)
downloadlive-build-7a433849f5f37bc1e3d57c22e71e26fe46f275aa.zip
live-build-7a433849f5f37bc1e3d57c22e71e26fe46f275aa.tar.gz
Exclude di-utils-exit-installer from udeb_exclude, we want it on the images on purpose.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer3
1 files changed, 3 insertions, 0 deletions
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" ]