~ubuntu-branches/ubuntu/wily/clonezilla/wily

« back to all changes in this revision

Viewing changes to sbin/ocs-live-save

  • Committer: Package Import Robot
  • Author(s): Georges Khaznadar
  • Date: 2014-06-07 19:04:39 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140607190439-p4co2kt47y517s1j
Tags: 3.10.11-1
upgraded to the newest version

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
# Get the live media mount point.
56
56
get_live_media_mnt_point
57
57
 
58
 
# Try to force to remount /$LIVE_MEDIA as rw, since it's rw device, like USB disk, we can try to save clonezilla image.
59
 
mount -o remount,rw /$LIVE_MEDIA
60
 
 
61
58
# Prepare default ocsroot.
62
59
if mkdir -p /$LIVE_MEDIA/$ocsroot 2>/dev/null; then
63
60
  mkdir -p `dirname $ocsroot`