Is there a way to automate the clonezilla usb in order to automatically go through the image installation process over an ssh server? I'm trying to set up a conference room that will automatically reboot and install a fresh image every night rather than dealing with all the random garbage people install. Currently in order to do this I simply boot into clonezilla live and connect to our ssh server and select the image that way but I'm trying to get everything going just by restarting the machines. I know there is a way to do it locally based on guides I've found but nothing for an ssh server as far as I've found. Any help would be great. Thanks.
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 automate the clonezilla usb in order to automatically go through the image installation process over an ssh server? I'm trying to set up a conference room that will automatically reboot and install a fresh image every night rather than dealing with all the random garbage people install. Currently in order to do this I simply boot into clonezilla live and connect to our ssh server and select the image that way but I'm trying to get everything going just by restarting the machines. I know there is a way to do it locally based on guides I've found but nothing for an ssh server as far as I've found. Any help would be great. Thanks.
You can refer to this:
http://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting
However, for the password for ssh server, it's not safe to save the private key in Clonezilla live system, unless the device you put Clonezilla live only can be used by you. If you really want to put the ssh private key, you will have to remaster Clonezilla live's root file system. Please refer to this:
http://drbl.org/faq/fine-print.php?path=./2_System/81_add_prog_in_filesystem-squashfs.faq#81_add_prog_in_filesystem-squashfs.faq
Steven