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:20:36 +0100 |
commit | d06f0de41f86020e6354143707c3146bccd9638a (patch) | |
tree | 76f73294ba1d01843f29381edf0c353f8183cf41 /scripts/build/lb_binary_debian-installer | |
parent | e3800bf32bf0e04836a3af033d82781c729feba5 (diff) | |
download | vyos-live-build-d06f0de41f86020e6354143707c3146bccd9638a.tar.gz vyos-live-build-d06f0de41f86020e6354143707c3146bccd9638a.zip |
Also including auxiliary packages in d-i pool (Closes: #604551).
Diffstat (limited to 'scripts/build/lb_binary_debian-installer')
-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 31e95bcb6..fd79ee7b0 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -404,6 +404,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} |