summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Raymond <kraymond@avencall.com>2012-07-13 11:03:27 +0200
committerKévin Raymond <kraymond@avencall.com>2012-07-13 11:03:27 +0200
commitcbb3d0a9e939b9f40c1cc4b0d9b36111950e52c9 (patch)
treef85743ffe2a76ae918dac9b5de40613ac82dea4e
parent3d94cad80a641a770a4c66137365e5e853dcef45 (diff)
Adding --batch and the *needed* quotes that was not in the --help doc
-rwxr-xr-xclonezilla/cloning_disks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clonezilla/cloning_disks.sh b/clonezilla/cloning_disks.sh
index 655e3d4..2a8c636 100755
--- a/clonezilla/cloning_disks.sh
+++ b/clonezilla/cloning_disks.sh
@@ -117,7 +117,7 @@ blacklist_devices()
#
blacklist_devices
add_device_as_target
-ocs-restore-mdisks -p -g auto -e1 auto -e2 -c -r -j2 -p true $SRC_IMG $devices_to_clone
+ocs-restore-mdisks --batch -p "-g auto -e1 auto -e2 -c -r -j2 -p true" $SRC_IMG $devices_to_clone
set_ntw $devices_to_clone
echo "\nDONE, you could Halt now to process again."