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

This commit is contained in:
Daniel Baumann 2009-06-30 16:45:36 +02:00
parent 5d9cbecc3e
commit 7a433849f5
1 changed files with 3 additions and 0 deletions

View File

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