summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-11-22 20:40:07 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:28 +0100
commitbb828f5284e6d1a851d3bf6e49df25639d295d24 (patch)
tree683a876a02e6f821e7eb84570c5fadd773a8162b /scripts
parent61efbfcd8f7115d61faca3c63012585c61c33b97 (diff)
downloadlive-build-bb828f5284e6d1a851d3bf6e49df25639d295d24.zip
live-build-bb828f5284e6d1a851d3bf6e49df25639d295d24.tar.gz
Also including auxiliary packages in d-i pool (Closes: #604551).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_binary_debian-installer1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 6ed331b..724b80e 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -413,6 +413,7 @@ then
# Download .debs of the required packages
Chroot chroot ${_LB_APT_COMMAND} install ${DI_REQ_PACKAGES}
+ Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES}
else
# Download .debs of the required packages
Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES}