--- trunk/installer-simple/bin/installer.sh.in 2014/01/03 14:03:32 2334 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/03 14:07:34 2335 @@ -25,17 +25,8 @@ die "/mnt/cdrom/system/images.conf not found" fi -#Includes -if [ -e ${INSTALLER_LIBDIR}/functions/findhdd.sh ] -then - source ${INSTALLER_LIBDIR}/functions/findhdd.sh > /dev/null -else - die "${INSTALLER_LIBDIR}/functions/findhdd.sh not found" -fi - -### bugfix ############################### -cdromdev="$(echo ${cdromdev} | sed 's/ //')" -######################################## +# includes +source ${INSTALLER_LIBDIR}/functions/hwdetection.sh ### System/Config Version VERSION="%VERSIONTAG%"