Lines Matching refs:tty
359 if [[ ${tty} < 6 ]]; then
360 local mindis=$(( ${tty} + 1 ))
363 printf " => main console + ${tty} ttys\n"
709 lxc.tty = ${tty}
726 [-s|--settings <name>] [-m|--mirror <gentoomirror>] [--tty <number>]
770 tty: number of tty (6 max) (currently: '${tty}')
780 tty=1
782 options=$(getopt -o hp:n:a:FcPv:t:S:u:w:s:m: -l help,rootfs:,path:,name:,arch:,flush-cache,cache-only,private-portage,variant:,portage-dir:,tarball:,auth-key:,user:,autologin,password:,settings:,mirror:,tty: -- "$@")
806 --tty) [[ $2 -lt 6 ]] && tty=$2; shift 2;;