Searched refs:debug (Results 1 - 6 of 6) sorted by relevance
/lxc/hooks/ |
H A D | ubuntu-cloud-prep | 19 debug() { [ "$VERBOSITY" -ge "$1" ] || return 0; shift; error "$@"; } function 110 debug 1 "--cloud provided, not modifying seed in '$seed_d'" 185 debug 1 prep "--name=$name" $create_etc_init "$LXC_ROOTFS_MOUNT" "$@"
|
/lxc/src/tests/ |
H A D | concurrent.c | 32 static int debug = 0; variable 44 { "debug", no_argument, NULL, 'D' }, 59 " -D, --debug Create a debug log\n" 87 if (debug) { 134 if (debug) 175 debug = 1;
|
/lxc/templates/ |
H A D | lxc-alpine.in | 77 -d, --debug Run this script in a debug mode (set -x and wget w/o -q). 408 options=$(getopt -o a:dFm:n:p:r:h -l arch:,debug,flush-cache,mirror:,name:,\ 414 debug='no' 428 -d | --debug) 429 debug='yes'; shift 1 468 [ "$debug" = 'yes' ] && set -x 471 readonly DEBUG="$debug"
|
H A D | lxc-ubuntu-cloud.in | 139 [ -d | --debug ]: Run with 'set -x' to debug errors 149 options=$(getopt -o a:hp:r:n:Fi:CLS:T:ds:u: -l arch:,help,rootfs:,path:,release:,name:,flush-cache,hostid:,auth-key:,cloud,no_locales,tarball:,debug,stream:,userdata:,vendordata:,mapped-uid:,mapped-gid: -- "$@") 193 debug=0 210 -d|--debug) debug=1; shift 1;; 228 if [ $debug -eq 1 ]; then
|
H A D | lxc-cirros.in | 99 debug() { 228 debug 1 "downloading ${baseurl%/}/$dlpath" to "${cached}/$dlpath" 325 debug 1 "fixing console for lxc and '$version'"
|
H A D | lxc-ubuntu.in | 673 $1 -h|--help [-a|--arch] [-b|--bindhome <user>] [-d|--debug] 690 options=$(getopt -o a:b:hp:r:v:n:FS:du: -l arch:,bindhome:,help,path:,release:,variant:,name:,flush-cache,auth-key:,debug,rootfs:,packages:,user:,password:,mirror:,security-mirror: -- "$@") 727 debug=0 750 -d|--debug) debug=1; shift 1;; 758 if [ $debug -eq 1 ]; then
|
Completed in 15 milliseconds