Move installing binary.deb/archives/*.deb.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-01-15 02:47:29 +00:00
parent 5b396d4fe7
commit 52e7c9732d
1 changed files with 5 additions and 5 deletions

View File

@ -252,12 +252,12 @@ if [ "${LH_DEBIAN_INSTALLER}" != "netboot" ]; then
Chroot "apt-get -o Dir::Cache=/binary.deb --download-only install --yes ${DI_PACKAGES}"
mv chroot/binary.deb ./
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
fi
for FILE in binary.deb/archives/*.deb
do
for FILE in binary.deb/archives/*.deb
do
Install_file "${FILE}"
done
done
fi
# Including base debian packages
if [ -d cache/packages_bootstrap ]