From: Marco Amadori Date: Mon, 15 Sep 2008 14:27:38 +0000 (+0200) Subject: Added a pretty vital mount debug string. X-Git-Tag: debian/1.139.1-3~15 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=b70a3bcbe241af62f87e4f8c0eb00fbb425978a6;p=live-boot-grml.git Added a pretty vital mount debug string. Signed-off-by: Marco Amadori --- 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