diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 0f34ae3eb8424bc0098cf42c584fb6186b121fed (patch) | |
tree | d5fc5ffa113c2b8ec0b6afd4bb8cf2414690ea8d | |
parent | b6a1dd22a84fbbb11b953c3e20d07c7fadc6e64c (diff) | |
download | vyos-live-build-0f34ae3eb8424bc0098cf42c584fb6186b121fed.tar.gz vyos-live-build-0f34ae3eb8424bc0098cf42c584fb6186b121fed.zip |
Do not remove pkgsel anymore.
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 35d6b6b55..919ea3a3e 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -372,11 +372,9 @@ if [ "${LH_DEBIAN_INSTALLER}" = "live" ] then # Remove local udebs rm -f pool/main/b/base-installer/bootstrap-base_*.udeb - rm -rf pool/main/p/pkgsel # Remove d-i udebs rm -f bootstrap-base_*.udeb - rm -f pkgsel_*.udeb fi # Moving udebs |