From 268c4f38f81263be2cf7a400b30008cf214bc619 Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Mon, 15 Sep 2008 16:27:38 +0200 Subject: [PATCH] Added a pretty vital mount debug string. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4