diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-01-15 02:47:29 +0000 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-01-15 02:47:29 +0000 |
commit | 52e7c9732de1d3c4b0003a817981505bb895448e (patch) | |
tree | 8958197d4b41ec56b1d40926539fd89d9d2731ca /helpers/lh_binary_debian-installer | |
parent | 5b396d4fe7ca60699bda1cd0bbcbc6d515e56775 (diff) | |
download | vyos-live-build-52e7c9732de1d3c4b0003a817981505bb895448e.tar.gz vyos-live-build-52e7c9732de1d3c4b0003a817981505bb895448e.zip |
Move installing binary.deb/archives/*.deb.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 6b48139c5..37db5a61e 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -252,13 +252,13 @@ 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 + + for FILE in binary.deb/archives/*.deb + do + Install_file "${FILE}" + done fi -for FILE in binary.deb/archives/*.deb -do - Install_file "${FILE}" -done - # Including base debian packages if [ -d cache/packages_bootstrap ] then |