[SCM] debian-live/live-helper branch, master, updated. 1.0_a43-1-15-gfe152b4

Chris Lamb chris at chris-lamb.co.uk
Wed Apr 16 06:53:42 UTC 2008


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

    lh_binary_debian-installer: Add dependency on 'wget'
    
    The 'minimal' hook removes wget, which is used extensively 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 8a19f1c..41161b7 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -62,6 +62,15 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
+# Checking depends
+Check_package chroot/usr/bin/wget wget
+
+# Restoring cache
+Restore_cache cache/packages_binary
+
+# Installing depends
+Install_package
+
 # Setting destination directory
 case "${LH_BINARY_IMAGES}" in
 	iso)
@@ -476,5 +485,11 @@ then
 	fi
 fi
 
+# Saving cache
+Save_cache cache/packages_binary
+
+# Removing depends
+Remove_package
+
 # Creating stage file
 Create_stagefile .stage/binary_debian-installer

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list