[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-40-g14ffd3f

Chris Lamb chris at chris-lamb.co.uk
Sat Apr 26 23:26:23 UTC 2008


The following commit has been merged in the master branch:
commit bb68e3016688f144cf6241c615317605c8e0823f
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Apr 26 22:20:06 2008 +0100

    Use APT::Install-Recommends to disable installation of recommends for Etch
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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)

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list