[SCM] live-helper branch, debian, updated. debian/2.0_a17-1

Daniel Baumann daniel at debian.org
Fri Jul 2 16:25:39 UTC 2010


The following commit has been merged in the debian branch:
commit b07272a31c65e8719d510dc89c9884a7e6456c79
Author: Alexander Sack <asac at linaro.org>
Date:   Fri Jul 2 14:30:43 2010 +0200

    Fix linux-image generation for no initramfs images.

diff --git a/helpers/binary_linux-image b/helpers/binary_linux-image
index e82ec10..c383a22 100755
--- a/helpers/binary_linux-image
+++ b/helpers/binary_linux-image
@@ -50,6 +50,10 @@ case "${LH_INITRAMFS}" in
 	live-initramfs)
 		DESTDIR="binary/live"
 		;;
+
+	*)
+		DESTDIR="binary/boot"
+		;;
 esac
 
 case "${LH_ARCHITECTURE}" in

-- 
live-helper



More information about the debian-live-changes mailing list