diff options
author | Daniel Baumann <daniel@debian.org> | 2009-06-30 16:45:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:45 +0100 |
commit | 7a433849f5f37bc1e3d57c22e71e26fe46f275aa (patch) | |
tree | d49e1356993a50a5a9dc8c2bb90b6409a0361bff | |
parent | 5d9cbecc3ee5ae50822fc4b33056aeb4715ce5bb (diff) | |
download | vyos-live-build-7a433849f5f37bc1e3d57c22e71e26fe46f275aa.tar.gz vyos-live-build-7a433849f5f37bc1e3d57c22e71e26fe46f275aa.zip |
Exclude di-utils-exit-installer from udeb_exclude, we want it on the images on purpose.
-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" ] |