Removing both required local and d-i udebs when using live-installer.
This commit is contained in:
parent
c338316ee2
commit
20aad4c211
|
@ -370,7 +370,13 @@ done
|
||||||
# Enable live-installer
|
# Enable live-installer
|
||||||
if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
|
if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
|
||||||
then
|
then
|
||||||
|
# Remove local udebs
|
||||||
rm -f pool/main/b/base-installer/bootstrap-base_*.udeb
|
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
|
fi
|
||||||
|
|
||||||
# Moving udebs
|
# Moving udebs
|
||||||
|
|
Loading…
Reference in New Issue