ocs_postrun not running after restore
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
I can't seem to get any commands in postrun to run after a restore is complete via kickstart. Am I doing something wrong; below is my kickstart append:
My kickstart :
APPEND initrd=nbi_img/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="mount 10.10.10.1:/home/partimg /home/partimag" ocs_prerun4="sleep 2" ocs_postrun="wget http://10.10.10.1/test.php" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -batch -r -j2 -p reboot restoredisk 0025900bcd26-2014-10-02-1714-img sda" ocs_live_extra_param="" keyboard-layouts="NONE" ocs_live_batch="no" locales="en_US.UTF-8" vga=788 nosplash noprompt fetch=tftp://10.10.10.1/nbi_img/filesystem.squashfs
Which version of Clonezilla live did you use? I could not reproduce this issue for the recent Clonezilla live.
Steven.