--- trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/05/26 20:30:21 63 +++ trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/05/28 09:47:17 64 @@ -1,7 +1,7 @@ #!/bin/sh ############################################################################## # # -# prerun.normal , (C) 2007-2010 S. Georgaras # +# prerun.normal, (C) 2007-2010 S. Georgaras # # # # This file is part of Clonezilla-SysRescCD. # # # @@ -41,7 +41,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