Magellan Linux

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

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

revision 2332 by niro, Fri Jan 3 13:58:23 2014 UTC revision 2333 by niro, Fri Jan 3 14:00:30 2014 UTC
# Line 7  Line 7 
7  # Niels Rogalla <niro@magellan-linux.de>  # Niels Rogalla <niro@magellan-linux.de>
8  #  #
9    
10    INSTALLER_LIBDIR="%LIBDIR%"
11    
12  source %SYSCONFDIR%/installer.conf  source %SYSCONFDIR%/installer.conf
13    
14  #images: (get ${CDIMAGENAME})  #images: (get ${CDIMAGENAME})
15  source /mnt/cdrom/system/images.conf  source /mnt/cdrom/system/images.conf
16    
17  #Includes  #Includes
18  source /usr/lib/installer/functions/findhdd.sh > /dev/null  source ${INSTALLER_LIBDIR}/functions/findhdd.sh > /dev/null
19  ### bugfix ###############################  ### bugfix ###############################
20  cdromdev="$(echo ${cdromdev} | sed 's/ //')"  cdromdev="$(echo ${cdromdev} | sed 's/ //')"
21  ########################################  ########################################

Legend:
Removed from v.2332  
changed lines
  Added in v.2333