Magellan Linux

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

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

revision 2401 by niro, Tue Jan 7 13:16:16 2014 UTC revision 2403 by niro, Tue Jan 7 13:18:21 2014 UTC
# Line 23  die() Line 23  die()
23  }  }
24    
25  # load common includes  # load common includes
26  for inc in %SYSCONFDIR%/installer.conf  for inc in %SYSCONFDIR%/installer.conf \
27     ${INSTALLER_LIBDIR}/functions/common.sh \
28     ${INSTALLER_LIBDIR}/functions/common-dialogs.sh \
29     ${INSTALLER_LIBDIR}/functions/hwdetection.sh \
30     ${INSTALLER_LIBDIR}/functions/installer-dialogs.sh
31  do  do
32   if [ -e ${inc} ]   if [ -e ${inc} ]
33   then   then
# Line 48  else Line 52  else
52   die "/mnt/cdrom/system/images.conf not found"   die "/mnt/cdrom/system/images.conf not found"
53  fi  fi
54    
 # includes  
 source ${INSTALLER_LIBDIR}/functions/hwdetection.sh  
   
55  ### System/Config Version  ### System/Config Version
56  VERSION="%VERSIONTAG%"  VERSION="%VERSIONTAG%"
57  TITLE="${DEFAULT_TITLE} - ${VERSION}"  TITLE="${DEFAULT_TITLE} - ${VERSION}"

Legend:
Removed from v.2401  
changed lines
  Added in v.2403