Don't install Recommends of d-i packages.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-08-07 20:05:31 +01:00
parent 2fc9cca9e8
commit 6f870a5be2
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ then
DI_PACKAGES="${DI_PACKAGES} cryptsetup lvm2" 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/binary.deb ./
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status