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

Chris Lamb chris at chris-lamb.co.uk
Thu Apr 17 04:48:09 UTC 2008


The following commit has been merged in the master branch:
commit c26505a876f1b4c7d92b489619b904dcee045181
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Apr 16 06:54:38 2008 +0100

    lh_binary_debian-installer: Add dependency on 'apt-utils'
    
    The 'minimal' hook removes apt-utils which contains the apt-ftparchive
    used by the Debian Installer hook.
    
    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 41161b7..036b962 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -255,6 +255,10 @@ fi
 # Only download additional packages if appropriate
 if [ "${USE_NETBOOT_DI}" = "no" ]
 then
+	# Install dependencies
+	Check_package chroot/usr/bin/apt-ftparchive apt-utils
+	Install_package
+
 	# Downloading additional packages
 	mkdir -p chroot/binary.deb/archives/partial
 	mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list