Is there a way to retrieve all the information about ocs-sr parameters contained in the help menu available in Clonezilla Live when you run the command:
ocs-sr -h
Is there a web page or a pdf file available with all that info or is there a file somewhere in Clonezilla Live that could be copied to /home/partimag/ (making it accessible from a normal Linux distro)?
Last edit: Kirkx 2014-09-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to retrieve all the information about ocs-sr parameters contained in the help menu available in Clonezilla Live when you run the command:
ocs-sr -h
Is there a web page or a pdf file available with all that info or is there a file somewhere in Clonezilla Live that could be copied to /home/partimag/ (making it accessible from a normal Linux distro)?
Last edit: Kirkx 2014-09-13
For bash, you can run:
ocs-sr --help &> ocs-sr.txt
Then the output is in the file ocs-sr.txt.
Steven.