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

Chris Lamb chris at chris-lamb.co.uk
Thu Apr 10 21:38:27 UTC 2008


The following commit has been merged in the master branch:
commit 49d27a086d7e15386aef93473552aaf7d77fd85f
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Apr 10 22:36:22 2008 +0100

    lh_chroot_linux-image: Catch missing case in local live-initramfs handling
    
    This patch catches the case when LH_APT is "apt", its default value. This
    was causing build failures when using a local live-initramfs .deb.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image
index 4a2e0e9..bc6de54 100755
--- a/helpers/lh_chroot_linux-image
+++ b/helpers/lh_chroot_linux-image
@@ -98,7 +98,7 @@ EOF
 				aptitude)
 					Apt install ${LH_INITRAMFS}
 					;;
-				apt-get)
+				apt|apt-get)
 					Apt install -f
 					;;
 			esac

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list