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