| Is it possible to run a script on the client after Clonezilla finishes cloning ? |
Yes, but not from /opt/drbl/sbin/dcs. You have to use /opt/drbl/sbin/drbl-ocs like this:
/opt/drbl/sbin/drbl-ocs -l 0 startdisk restore -p "mount -t ntfs /dev/hda1 /mnt; chntpwd...; reboot -f -n"
For more info, check "/opt/drbl/sbin/drbl-ocs --help".
|
|