--- trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/07/15 12:04:34 83 +++ trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/07/15 20:54:27 84 @@ -47,8 +47,12 @@ done cp /restorecd/ocs-iso /opt/drbl/sbin cp /restorecd/cust-menu /opt/drbl/sbin -chmod +x opt/drbl/sbin/ocs-iso -chmod +x opt/drbl/sbin/cust-menu +chmod +x /opt/drbl/sbin/ocs-iso +chmod +x /opt/drbl/sbin/cust-menu +# add cust-menu execution command to zip file creation script +sed '/echo "Packing the output file $output_filename..."/i\ +cust-menu -publisher "DRBL/Clonezilla http://drbl.name http://clonezilla.org" -V "$iso_label_tag"' /opt/drbl/sbin/ocs-live-dev > /opt/drbl/sbin/ocs-live-dev.tmp && mv /opt/drbl/sbin/ocs-live-dev.tmp /opt/drbl/sbin/ocs-live-dev +chmod +x /opt/drbl/sbin/ocs-live-dev setterm -foreground green;echo 'done';setterm -foreground white setterm -foreground yellow