Move installing binary.deb/archives/*.deb.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
5b396d4fe7
commit
52e7c9732d
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue