diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 20:05:31 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | 38a545b3d186e72677cacc0ce56801e3acead821 (patch) | |
tree | 47f503656b14daddd3b48d67465c5cdff40d655a /helpers/lh_binary_debian-installer | |
parent | c0d2b4ef055b16689a732a16b467ef5f6786a5a0 (diff) | |
download | vyos-live-build-38a545b3d186e72677cacc0ce56801e3acead821.tar.gz vyos-live-build-38a545b3d186e72677cacc0ce56801e3acead821.zip |
Don't install Recommends of d-i packages.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index fffc2949f..c0bb74c7f 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -391,7 +391,7 @@ then DI_PACKAGES="${DI_PACKAGES} cryptsetup lvm2" - Chroot "apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install ${DI_PACKAGES}" + Chroot "apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only install ${DI_PACKAGES}" mv chroot/binary.deb ./ mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status |