/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/files/imgconvert
ViewVC logotype

Diff of /trunk/create-clonezilla-sysresccd/files/imgconvert

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

revision 47 by sng, Thu May 20 12:12:53 2010 UTC revision 167 by sng, Mon May 9 17:18:42 2011 UTC
# Line 20  Line 20 
20  #                                                                            #  #                                                                            #
21  ##############################################################################  ##############################################################################
22  # DEBUG=true  # DEBUG=true
23  versionNumber='0.1'  versionNumber='0.2'
24    
25  function checkPartitionName(){  function checkPartitionName(){
26  # check partition  # check partition
# Line 50  local pt=$(find "$1" -name "*-pt.sf" 2>/ Line 50  local pt=$(find "$1" -name "*-pt.sf" 2>/
50  #########################################  #########################################
51  #       accept only disk images         #  #       accept only disk images         #
52  #########################################  #########################################
53  [ ! -e "$1"/disk ] && return 2  # [ ! -e "$1"/disk ] && return 2
54  #########################################  #########################################
55  return 0  return 0
56  }  }
# Line 66  fi Line 66  fi
66    
67  function printVersion(){  function printVersion(){
68      echo "Clonezilla Live Image Conversion      echo "Clonezilla Live Image Conversion
69  $(basename $0) v. $versionNumber - (C) 2009 S. Georgaras <sng@hellug.gr>  $(basename $0) v. $versionNumber - (C) 2009-2011 S. Georgaras <sng@hellug.gr>
70      "      "
71  }  }
72    

Legend:
Removed from v.47  
changed lines
  Added in v.167

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26