[SCM] debian-live branch, master, updated. 1.0_a48-1-24-g15ee6f0

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 7 19:21:52 UTC 2008


The following commit has been merged in the master branch:
commit 6f870a5be2f0c6f9b97c060fb995fd8f6e927fc8
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Aug 7 20:05:31 2008 +0100

    Don't install Recommends of d-i packages.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index fffc294..c0bb74c 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -391,7 +391,7 @@ then
 
 	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/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
 

-- 
debian-live



More information about the debian-live-changes mailing list