isolinux, instead of grub, is used in clonezilla live. Therefore what you have to modified is /isolinux/isolinux.cfg, modify
timeout 300
to the number you want. (the unit is 0.1 sec)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually before you run /opt/drbl/sbin/ocs-iso to create your clonezilla live iso, you can modify:
/opt/drbl/sbin/ocs-live-boot-menu
Find
TIMEOUT_DEF="300"
Change to what you want (the unit is 0.1 sec).
Then you can run ocs-iso to create your clonezilla live.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I remove grub from clonezilla live isos/cds, or make it immediately boot into clonezilla and not wait 30 seconds for input?
isolinux, instead of grub, is used in clonezilla live. Therefore what you have to modified is /isolinux/isolinux.cfg, modify
timeout 300
to the number you want. (the unit is 0.1 sec)
Ok, i modified the file, but do I do it in the debian-for-ocs image, and then re-create the image, or do I do it elsewhere?
Actually before you run /opt/drbl/sbin/ocs-iso to create your clonezilla live iso, you can modify:
/opt/drbl/sbin/ocs-live-boot-menu
Find
TIMEOUT_DEF="300"
Change to what you want (the unit is 0.1 sec).
Then you can run ocs-iso to create your clonezilla live.