summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-07 20:05:31 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:37 +0100
commit38a545b3d186e72677cacc0ce56801e3acead821 (patch)
tree47f503656b14daddd3b48d67465c5cdff40d655a /helpers/lh_binary_debian-installer
parentc0d2b4ef055b16689a732a16b467ef5f6786a5a0 (diff)
downloadlive-build-38a545b3d186e72677cacc0ce56801e3acead821.zip
live-build-38a545b3d186e72677cacc0ce56801e3acead821.tar.gz
Don't install Recommends of d-i packages.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index fffc294..c0bb74c 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