X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=418a854740b31b1c6f185d8d2d16930160fda141;hb=268c4f38f81263be2cf7a400b30008cf214bc619;hp=5744998141f7ff5112de76ea658fed808d0559da;hpb=d4454e570d5939c04dc42fa461779356866492bd;p=live-boot-grml.git 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