--- trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/05/20 12:12:53 47 +++ trunk/create-clonezilla-sysresccd/files/prerun.normal 2010/05/28 09:47:17 64 @@ -1,4 +1,25 @@ #!/bin/sh +############################################################################## +# # +# prerun.normal, (C) 2007-2010 S. Georgaras # +# # +# This file is part of Clonezilla-SysRescCD. # +# # +# Clonezilla-SysRescCD is free software: you can redistribute it and/or # +# modify it under the terms of the GNU General Public License as published # +# by the Free Software Foundation, either version 2 of the License, or # +# (at your option) any later version. # +# # +# Clonezilla-SysRescCD is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License along # +# with Clonezilla-SysRescCD. If not, see . # +# # +############################################################################## + setterm -foreground yellow echo ' ##########################################' @@ -20,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