--- trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/05/28 09:47:17 64 +++ trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/05/30 20:11:06 68 @@ -38,15 +38,15 @@ # -# replace /live/image/restorecd with $restorecdFiles +# replace /restorecd with $restorecdFiles # echo -n " Copying new scripts... " for script in what-cd patch-clonezilla-sysresccd continue-multi-cd reloc-img imginfo imgconvert sbminst;do - cp /live/image/restorecd/"$script" /usr/bin 2>/dev/null + cp /restorecd/"$script" /usr/bin 2>/dev/null chmod +x /usr/bin/"$script" 2>/dev/null done -cp /live/image/restorecd/ocs-iso /opt/drbl/sbin -cp /live/image/restorecd/cust-menu /opt/drbl/sbin +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 setterm -foreground green;echo 'done';setterm -foreground white