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

/lxc/hooks/
H A Dubuntu-cloud-prep16 VERBOSITY="0"
19 debug() { [ "$VERBOSITY" -ge "$1" ] || return 0; shift; error "$@"; }
77 -v|--verbose) VERBOSITY=$((${VERBOSITY}+1));;
/lxc/templates/
H A Dlxc-cirros.in28 VERBOSITY=0
101 [ "${level}" -gt "${VERBOSITY}" ] && return
258 -v|--verbose) VERBOSITY=$((${VERBOSITY}+1));;

Completed in 7 milliseconds