I need of suggestions on how best to solve the problem .
This is for running Clonezilla from a bootable USB stick, And I made some changes in the syslinux.cfg
ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -p true restoredisk ask_user ask_user"
How i skip image cheking and skip confirm options for restore?
I just need to restore the image.
Any suggestions greatly appreciated and naturally I have to have this solved today :-)
Last edit: Gabriel Ferro 2019-01-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need of suggestions on how best to solve the problem .
This is for running Clonezilla from a bootable USB stick, And I made some changes in the syslinux.cfg
ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -p true restoredisk ask_user ask_user"
How i skip image cheking and skip confirm options for restore?
I just need to restore the image.
Any suggestions greatly appreciated and naturally I have to have this solved today :-)
Last edit: Gabriel Ferro 2019-01-17
Replace "-c" with "--batch".
Steven