From 6f870a5be2f0c6f9b97c060fb995fd8f6e927fc8 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 7 Aug 2008 20:05:31 +0100 Subject: [PATCH] Don't install Recommends of d-i packages. Signed-off-by: Chris Lamb --- helpers/lh_binary_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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