Magellan Linux

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

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

revision 2400 by niro, Tue Jan 7 13:13:26 2014 UTC revision 2401 by niro, Tue Jan 7 13:16:16 2014 UTC
# Line 22  die() Line 22  die()
22   exit 1   exit 1
23  }  }
24    
25  # configuration  # load common includes
26  if [ -e %SYSCONFDIR%/installer.conf ]  for inc in %SYSCONFDIR%/installer.conf
27  then  do
28   source %SYSCONFDIR%/installer.conf   if [ -e ${inc} ]
29  else   then
30   die "/etc/installer.conf not found"   source "${inc}"
31  fi   else
32     die "'${inc}' not found"
33     fi
34    done
35    
36  # TOTALLINES=linecount of ${CDIMAGENAME}-tarball -1 !  # TOTALLINES=linecount of ${CDIMAGENAME}-tarball -1 !
37  # -> now in images.conf  # -> now in images.conf

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