Removing both required local and d-i udebs when using live-installer.

This commit is contained in:
Daniel Baumann 2007-09-23 14:05:11 +02:00
parent c338316ee2
commit 20aad4c211
1 changed files with 6 additions and 0 deletions

View File

@ -370,7 +370,13 @@ done
# Enable live-installer
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