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 2402 by niro, Tue Jan 7 13:17:47 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

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