[SCM] live-helper branch, debian-next, updated. debian/2.0_a16-1-10-gbeb21bb

Daniel Baumann daniel at debian.org
Fri Jul 2 12:33:15 UTC 2010


The following commit has been merged in the debian-next branch:
commit beb21bbbbf814a9bb5936047846351ad345ebd62
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