Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

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

revision 2334 by niro, Fri Jan 3 14:03:32 2014 UTC revision 2335 by niro, Fri Jan 3 14:07:34 2014 UTC
# Line 25  else Line 25  else
25   die "/mnt/cdrom/system/images.conf not found"   die "/mnt/cdrom/system/images.conf not found"
26  fi  fi
27    
28  #Includes  # includes
29  if [ -e ${INSTALLER_LIBDIR}/functions/findhdd.sh ]  source ${INSTALLER_LIBDIR}/functions/hwdetection.sh
 then  
  source ${INSTALLER_LIBDIR}/functions/findhdd.sh > /dev/null  
 else  
  die "${INSTALLER_LIBDIR}/functions/findhdd.sh not found"  
 fi  
   
 ### bugfix ###############################  
 cdromdev="$(echo ${cdromdev} | sed 's/ //')"  
 ########################################  
30    
31  ### System/Config Version  ### System/Config Version
32  VERSION="%VERSIONTAG%"  VERSION="%VERSIONTAG%"

Legend:
Removed from v.2334  
changed lines
  Added in v.2335