From c7424482096a6f1f4239f4b16b9f8695e72d030d Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 26 Apr 2008 22:20:06 +0100 Subject: Use APT::Install-Recommends to disable installation of recommends for Etch --- functions/packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/packages.sh b/functions/packages.sh index 54b7aba..1427d6c 100755 --- a/functions/packages.sh +++ b/functions/packages.sh @@ -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) -- cgit v1.0