Searched refs:exit_err (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh35 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 "ERRO
[all...]
H A Dfunctions.sh98 exit_err() function
121 exit_err "Error: missing argument in rc_nohalt()"
136 exit_err "Error: missing argument in rc_halt()"
144 exit_err "Error ${STATUS}: ${CMD}"
155 exit_err "Error: missing argument in rc_halt_echo()"
163 exit_err "Error ${STATUS}: $CMD"
175 exit_err "Error: missing argument in rc_nohalt_echo()"
190 exit_err "Error: missing argument in echo_log()"
250 exit_err "Error: Failed to download ${FETCHFILE}"
346 exit_err "ERRO
[all...]
H A Dfunctions-bsdlabel.sh169 exit_err "Cannot allocate additional glabel name for $NAME"
275 *) exit_err "ERROR: Invalid file system specified on $line" ;;
281 exit_err "ERROR: The size specified on $line is invalid"
287 exit_err "ERROR: The mount-point specified on $line is invalid"
293 exit_err "ERROR: You can not have two partitions with a size of 0 specified!"
327 exit_err "/boot partition must be first partition"
330 exit_err "/boot partition must be first partition"
333 exit_err "/boot partition must be first partition"
336 exit_err "/boot partition must be first partition"
340 exit_err "/boo
[all...]
H A Dfunctions-parse.sh50 exit_err "Error: Did we forgot to supply a setting to grab?"
62 exit_err "Error: Did we forgot to supply a setting to grab?"
93 exit_err "Error: ${1} is set to unknown value $VAL"
96 exit_err "Error: Did we forgot to supply a string to parse and setting to grab?"
118 exit_err "Error: ${1} is set to unknown value $VAL"
121 exit_err "Error: Did we forgot to supply a string to parse and setting to grab?"
H A Dfunctions-mountdisk.sh35 exit_err "ERROR: Missing arguments for mount_partition"
155 exit_err "ERROR: The partition ${PARTDEV} does not exist. Failure in bsdlabel?"
179 *) exit_err "ERROR: Got unknown file-system type $PARTFS" ;;
192 exit_err "ERROR: The partition ${PARTDEV} does not exist. Failure in bsdlabel?"
236 *) exit_err "ERROR: Got unknown file-system type $PARTFS" ;;
H A Dparseconfig.sh109 if [ -z "$FSMNT" ] ; then exit_err "Missing installLocation=" ; fi
110 if [ ! -d "$FSMNT" ] ; then exit_err "No such directory: $FSMNT" ; fi
H A Dfunctions-installcomponents.sh67 exit_err "ERROR: Install medium was set to ftp, but no ftpPath was provided!"
77 exit_err "Install medium was set to local, but no localPath was provided!"
H A Dfunctions-packages.sh105 exit_err "ERROR: Install medium was set to ftp, but no ftpHost was provided!"
111 exit_err "ERROR: Install medium was set to ftp, but no ftpDir was provided!"
344 exit_err "ERROR: Install medium was set to ftp, but no ftpHost was provided!"
351 exit_err "ERROR: Install medium was set to ftp, but no ftpDir was provided!"
H A Dfunctions-disk.sh350 exit_err "ERROR: The disk ${DISK} does not exist!"
379 exit_err "ERROR: The mirror disk ${MIRRORDISK} does not exist!"
433 exit_err "ERROR: BSD only supports primary partitions, and there are none available on $DISK"
447 exit_err "$IMAGE file does not exist"
459 exit_err "Unknown partition scheme: $PSCHEME"
481 exit_err "powerpc can only be installed to a full disk"
539 exit_err "ERROR: partition type image specified with no image!"
543 *) exit_err "ERROR: Unknown PTYPE: $PTYPE" ;;
573 exit_err "ERROR: commitDiskPart was called without procceding disk<num>= and partition= entries!!!"
H A Dfunctions-newfs.sh137 exit_err "ERROR: The partition ${PARTDEV} does not exist. Failure in bsdlabel?"
258 *) exit_err "ERROR: Got unknown file-system type $PARTFS" ;;
H A Dfunctions-mountoptical.sh46 exit_err "ERROR: Unable to locate installation DVD/USB"
H A Dfunctions-users.sh176 exit_err "ERROR: commitUser was called without any userName= entry!!!"
H A Dfunctions-upgrade.sh143 exit_err "ERROR: commitDiskPart was called without procceding disk<num>= and partition= entries!!!"

Completed in 58 milliseconds