[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-2-19-g79d1725

Marco Amadori amadorim at vdavda.com
Wed Sep 17 06:52:04 UTC 2008


The following commit has been merged in the master branch:
commit 9b60d1c221769cc42bf47d26ac11f73cf520eeab
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Mon Sep 15 16:27:38 2008 +0200

    Added a pretty vital mount debug string.
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

diff --git a/scripts/live b/scripts/live
index 5744998..418a854 100755
--- a/scripts/live
+++ b/scripts/live
@@ -844,7 +844,7 @@ do_snap_copy ()
 		if [ -n "${fstype}" ]
 		then
 			# Copying stuff...
-			mount -n -t "${fstype}" -o ro,noatime "${fromdev}" "${tomount}"
+			mount -n -t "${fstype}" -o ro,noatime "${fromdev}" "${tomount}" || log_warning_msg "Error in mount -n -t ${fstype} -o ro,noatime ${fromdev} ${tomount}"
 			cp -a "${tomount}"/* ${todir}
 			umount "${tomount}"
 		else

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list