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

/freebsd-10.2-release/usr.sbin/bsdinstall/
H A Dbsdinstall62 VERB="${1:-auto}"; shift
71 f_dprintf "Running installation step: %s %s" "$VERB" "$*"
75 "") exec "/usr/libexec/bsdinstall/$VERB" "$@" 2> /dev/null ;;
77 +*) exec "/usr/libexec/bsdinstall/$VERB" "$@" \
80 *) exec "/usr/libexec/bsdinstall/$VERB" "$@" 2>> "$debugFile"
83 exec "/usr/libexec/bsdinstall/$VERB" "$@" 2> /dev/null

Completed in 123 milliseconds