--- trunk/installer-simple/bin/installer.sh.in 2014/01/08 12:11:44 2487 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/08 12:13:30 2488 @@ -102,14 +102,7 @@ mount_rootfs() { - local retval - - if is_mounted --location "${INSTALLROOT}" - then - echo $"${INSTALLROOT} already mounted" >&2 - else - mount "${ROOTHDD}" "${INSTALLROOT}" || dialog_die $"Could not mount rootfs - drive'${ROOTHDD}' -> '${INSTALLROOT}'" - fi + is_mounted --location "${INSTALLROOT}" || mount "${ROOTHDD}" "${INSTALLROOT}" [[ -d ${INSTALLROOT}/boot ]] || install -d ${INSTALLROOT}/boot }