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

This commit is contained in:
Chris Lamb 2008-04-26 22:20:06 +01:00 committed by Daniel Baumann
parent 9ad7466cf1
commit c742448209
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)