[SCM] Debian Live initramfs hook branch, master, updated. 1.157.2-1-7-g8bee5d0

Daniel Baumann daniel at debian.org
Fri May 15 20:33:00 UTC 2009


The following commit has been merged in the master branch:
commit d073af04067bca0af13d6dffdb43cd89863a5513
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Fri May 15 10:18:07 2009 +0200

    Improved an useful debug string.

diff --git a/scripts/live b/scripts/live
index 56c0a14..4a793ad 100755
--- a/scripts/live
+++ b/scripts/live
@@ -983,12 +983,11 @@ try_snap ()
 			log_warning_msg "Impossible to include the ${snapfile} Snapshot file"
 		fi
 
-
 	elif [ -b "${snapdata}" ]
 	then
 		# Try to find if it could be a snapshot partition
 		dev="${snapdata}"
-		log_success_msg "found snapshot device on ${dev}"
+		log_success_msg "found snapshot ${snap_type} device on ${dev}"
 		if echo "${dev}" | grep -qs loop
 		then
 			# strange things happens, user confused?

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list