Lines Matching refs:exit_err

35   if [ -z "$1" ] ; then exit_err "Called dist extraction with no directory set!"; fi
36 if [ -z "$INSFILE" ]; then exit_err "Called extraction with no install file set!"; fi
59 exit_err "ERROR: Failed extracting the dist file: $di"
76 exit_err "ERROR: Called extraction with no install file set!"
96 exit_err "Kernel module geom_uzip not loaded"
105 exit_err "ERROR: Failed mounting the ${INSFILE}"
118 exit_err "ERROR: Failed extracting the tar image"
129 exit_err "ERROR: Failed extracting the tar image"
152 exit_err "ERROR: Called extraction with no install directory set!"
172 exit_err "ERROR: Failed extracting ${dir}"
175 exit_err "ERROR: ${dir}/install.sh does not exist"
188 exit_err "ERROR: Failed extracting ${KERNELS}"
193 exit_err "ERROR: ${KERNELS}/install.sh does not exist"
205 exit_err "ERROR: Failed extracting ${SOURCE}"
208 exit_err "ERROR: ${SOURCE}/install.sh does not exist"
221 exit_err "ERROR: Install medium was set to ftp, but no ftpPath was provided!"
254 exit_err "ERROR: Install medium was set to ftp, but no ftpPath was provided!"
287 exit_err "ERROR: Install medium was set to ftp, but no ftpHost was provided!"
294 exit_err "ERROR: Install medium was set to ftp, but no ftpDir was provided!"
356 exit_err "ERROR: rsyncPath is unset! Please check your config and try again."
362 exit_err "ERROR: rsyncHost is unset! Please check your config and try again."
368 exit_err "ERROR: rsyncUser is unset! Please check your config and try again."
374 exit_err "ERROR: rsyncPort is unset! Please check your config and try again."
384 exit_err "ERROR: Failed rsync command!"
408 exit_err "ERROR: installMedium set to image but no image file specified!"
438 exit_err "ERROR: commitDiskPart was called without procceding disk<num>= and partition= entries!!!"
464 exit_err "No dist files specified!"
482 exit_err "No dist files specified!"
538 exit_err "Install medium was set to local, but no localPath was provided!"
549 *) exit_err "ERROR: Unknown install medium" ;;