[SCM] debian-live branch, master, updated. 1.0_a48-1-77-gb07cae2

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 14 00:53:51 UTC 2008


The following commit has been merged in the master branch:
commit b07cae2a7bfdc2a03071b3014d1dfe12fedd001e
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Aug 14 01:39:48 2008 +0100

    Tidy "install" / "install-binary" handling in lh_chroot_apt.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt
index 62a0908..a7a12d8 100755
--- a/helpers/lh_chroot_apt
+++ b/helpers/lh_chroot_apt
@@ -20,7 +20,7 @@ done
 # Setting static variables
 DESCRIPTION="manage /etc/apt/apt.conf"
 HELP=""
-USAGE="${PROGRAM} {install|remove} [--force]"
+USAGE="${PROGRAM} {install|install-binary|remove} [--force]"
 
 Arguments "${@}"
 
@@ -32,7 +32,7 @@ Set_defaults
 Require_stagefile .stage/bootstrap
 
 case "${1}" in
-	install*)
+	install|install-binary)
 		Echo_message "Configuring file /etc/apt/apt.conf"
 
 		# Checking stage file

-- 
debian-live



More information about the debian-live-changes mailing list