Use APT::Install-Recommends to disable installation of recommends for Etch

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-04-26 22:20:06 +01:00
parent 8d241680ca
commit bb68e30166
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Install_package ()
then
case "${LH_APT}" in
apt|apt-get)
Chroot "apt-get install --no-install-recommends --yes ${PACKAGES}"
Chroot "apt-get install -o APT::Install-Recommends=false --yes ${PACKAGES}"
;;
aptitude)