diff options
-rwxr-xr-x | helpers/lh_binary_debian-installer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index f309ea04c..5e91e8348 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" ] |