--- trunk/create-clonezilla-sysresccd/files/prerun.toram 2010/05/20 12:38:55 48 +++ trunk/create-clonezilla-sysresccd/files/prerun.toram 2010/05/28 09:47:17 64 @@ -1,3 +1,4 @@ + #!/bin/sh ############################################################################## # # @@ -42,7 +43,7 @@ # replace /live/image/restorecd with $restorecdFiles # echo -n " Copying new scripts... " -for script in what-cd continue-multi-cd reloc-img imginfo imgconvert sbminst;do +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 chmod +x /usr/bin/"$script" 2>/dev/null done