Lines Matching refs:variant
358 if [ -n "$variant" ]; then
359 debootstrap_parameters="$debootstrap_parameters --variant=$variant"
361 if [ "$variant" = 'minbase' ]; then
674 [-F | --flush-cache] [-r|--release <release>] [-v|--variant] [ -S | --auth-key <keyfile>]
678 variant: debootstrap variant to use (see debootstrap(8))
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: -- "$@")
745 -v|--variant) variant=$2; shift 2;;