Advertisement
v1ral_ITS

create

Jun 22nd, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. To create a zip file of general purpose Clonezilla live. Later it can be put in an USB flash drive or similar device:
  2.   ocs-live-dev -s -c
  3.   To create a zip file for restoring with clonezilla image squeeze-r5 builtin, and make it boot then restore the image squeeze-r5 to sda in unattended mode (Only confirmation in the beginning), you can run:
  4.     ocs-live-dev -c -g en_US.UTF-8 -t -k NONE -e "-b -c restoredisk squeeze-r5 sda" squeeze-r5
  5.     To create a zip file to run your own custom-ocs program:
  6.       ocs-live-dev -g en_US.UTF-8 -k NONE -s -c -m ./custom-ocs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement