--- trunk/installer-simple/bin/installer.sh.in 2014/01/03 13:58:23 2332 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/03 14:00:30 2333 @@ -7,13 +7,15 @@ # Niels Rogalla # +INSTALLER_LIBDIR="%LIBDIR%" + source %SYSCONFDIR%/installer.conf #images: (get ${CDIMAGENAME}) source /mnt/cdrom/system/images.conf #Includes -source /usr/lib/installer/functions/findhdd.sh > /dev/null +source ${INSTALLER_LIBDIR}/functions/findhdd.sh > /dev/null ### bugfix ############################### cdromdev="$(echo ${cdromdev} | sed 's/ //')" ########################################