diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 20:05:31 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 20:10:48 +0100 |
commit | 6f870a5be2f0c6f9b97c060fb995fd8f6e927fc8 (patch) | |
tree | da3cd19bec5a76cec59a1230799490a6afacae14 /helpers | |
parent | 2fc9cca9e8d74d1b04be47fc3b11cf6c23fef526 (diff) | |
download | vyos-live-build-6f870a5be2f0c6f9b97c060fb995fd8f6e927fc8.tar.gz vyos-live-build-6f870a5be2f0c6f9b97c060fb995fd8f6e927fc8.zip |
Don't install Recommends of d-i packages.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-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 |