Exclude di-utils-exit-installer from udeb_exclude, we want it on the images on purpose.
This commit is contained in:
parent
5d9cbecc3e
commit
7a433849f5
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue