[SCM] live-tools branch, debian, updated. debian/3.0.6-1-4-gcda25bc

Daniel Baumann daniel at debian.org
Sun Aug 5 11:21:24 UTC 2012


The following commit has been merged in the debian branch:
commit 4794e9ee3c3b611796e76dc5e34006ff68d2b253
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Aug 5 13:08:50 2012 +0200

    Return in cases of non-live systems with return value from update-initramfs.

diff --git a/bin/live-update-initramfs b/bin/live-update-initramfs
index e87d1a6..9da0f74 100755
--- a/bin/live-update-initramfs
+++ b/bin/live-update-initramfs
@@ -27,6 +27,8 @@ then
 	fi
 else
 	/usr/sbin/update-initramfs.initramfs-tools "${@}"
+
+	exit "${?}"
 fi
 
 case "${_READ_WRITE}" in

-- 
live-tools



More information about the debian-live-changes mailing list