--- trunk/installer-simple/bin/installer.sh.in 2014/01/07 13:13:26 2399 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/07 13:16:16 2401 @@ -22,13 +22,16 @@ exit 1 } -# configuration -if [ -e %SYSCONFDIR%/installer.conf ] -then - source %SYSCONFDIR%/installer.conf -else - die "/etc/installer.conf not found" -fi +# load common includes +for inc in %SYSCONFDIR%/installer.conf +do + if [ -e ${inc} ] + then + source "${inc}" + else + die "'${inc}' not found" + fi +done # TOTALLINES=linecount of ${CDIMAGENAME}-tarball -1 ! # -> now in images.conf