diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-22 20:40:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-11-22 23:20:40 +0100 |
commit | b64f67d1b59dbdf03e467ce2ef8ab5b30485b0f4 (patch) | |
tree | 76f73294ba1d01843f29381edf0c353f8183cf41 /scripts/build/lb_binary_debian-installer | |
parent | 044d1989c071ff8b1d8c57c2ba26e58a0303f995 (diff) | |
download | vyos-live-build-b64f67d1b59dbdf03e467ce2ef8ab5b30485b0f4.tar.gz vyos-live-build-b64f67d1b59dbdf03e467ce2ef8ab5b30485b0f4.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} |