diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-22 20:40:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:28 +0100 |
commit | bb828f5284e6d1a851d3bf6e49df25639d295d24 (patch) | |
tree | 683a876a02e6f821e7eb84570c5fadd773a8162b /scripts | |
parent | 61efbfcd8f7115d61faca3c63012585c61c33b97 (diff) | |
download | vyos-live-build-bb828f5284e6d1a851d3bf6e49df25639d295d24.tar.gz vyos-live-build-bb828f5284e6d1a851d3bf6e49df25639d295d24.zip |
Also including auxiliary packages in d-i pool (Closes: #604551).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_debian-installer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index 6ed331b0f..724b80e98 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} |