/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/create-clonezilla-sysresccd.sh
ViewVC logotype

Diff of /trunk/create-clonezilla-sysresccd/create-clonezilla-sysresccd.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64 by sng, Fri May 28 09:47:17 2010 UTC revision 68 by sng, Sun May 30 20:11:06 2010 UTC
# Line 657  Is this correct? (y/[n]): " Line 657  Is this correct? (y/[n]): "
657   mv /root/tmp/clonezilla-sysresccd/rawrite /root/tmp/clonezilla-sysresccd/bootprog /root/tmp/clonezilla-sysresccd/utils   mv /root/tmp/clonezilla-sysresccd/rawrite /root/tmp/clonezilla-sysresccd/bootprog /root/tmp/clonezilla-sysresccd/utils
658   mv /root/tmp/clonezilla-sysresccd/version /root/tmp/clonezilla-sysresccd/SystemRescueCD-Version   mv /root/tmp/clonezilla-sysresccd/version /root/tmp/clonezilla-sysresccd/SystemRescueCD-Version
659    
660    #
661    # re-build clonezilla filesystem.squashfs
662    #
663    echo -n "Rebuilding Clonezilla squashfs...   "
664    cd /root/tmp/clonezilla-sysresccd/live
665    unsquashfs filesystem.squashfs 2>/dev/null 1>&2
666    cp -r ../README* ../doc ../restorecd squashfs-root
667    mksquashfs squashfs-root aa.squashfs -always-use-fragments -no-duplicates -all-root 2>/dev/null 1>&2
668    mv aa.squashfs filesystem.squashfs
669    rm -rf squashfs-root
670    cd
671    echo 'done'
672    
673   if [ $onlyCopyFiles -eq 1 ];then   if [ $onlyCopyFiles -eq 1 ];then
674    cleanUpValue=1    cleanUpValue=1
675  #   echo  #   echo

Legend:
Removed from v.64  
changed lines
  Added in v.68

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26