1292124Sbr#
2292124Sbr# $FreeBSD: stable/11/etc/etc.riscv/ttys 333673 2018-05-16 13:18:37Z imp $
3292124Sbr#	@(#)ttys	5.1 (Berkeley) 4/17/89
4292124Sbr#
5292124Sbr# This file specifies various information about terminals on the system.
6292124Sbr# It is used by several different programs.  Common entries for the
7292124Sbr# various columns include:
8292124Sbr#
9292124Sbr# name  The name of the terminal device.
10292124Sbr#
11292124Sbr# getty The program to start running on the terminal.  Typically a
12292124Sbr#       getty program, as the name implies.  Other common entries
13292124Sbr#       include none, when no getty is needed, and xdm, to start the
14292124Sbr#       X Window System.
15292124Sbr#
16292124Sbr# type The initial terminal type for this port.  For hardwired
17292124Sbr#      terminal lines, this will contain the type of terminal used.
18292124Sbr#      For virtual consoles, the correct type is typically xterm.
19292124Sbr#      Other common values include dialup for incoming modem ports, and
20292124Sbr#      unknown when the terminal type cannot be predetermined.
21292124Sbr#
22292124Sbr# status Must be on or off.  If on, init will run the getty program on
23292124Sbr#        the specified port.  If the word "secure" appears, this tty
24292124Sbr#        allows root login.
25292124Sbr#
26292124Sbr# name	getty				type	status		comments
27292124Sbr#
28292124Sbr# If console is marked "insecure", then init will ask for the root password
29292124Sbr# when going to single-user mode.
30292124Sbrconsole	none				unknown	off secure
31292124Sbr#
32333673Simpttyv0	"/usr/libexec/getty Pc"		xterm	onifexists secure
33292124Sbr# Virtual terminals
34333673Simpttyv1	"/usr/libexec/getty Pc"		xterm	onifexists secure
35333673Simpttyv2	"/usr/libexec/getty Pc"		xterm	onifexists secure
36333673Simpttyv3	"/usr/libexec/getty Pc"		xterm	onifexists secure
37333673Simpttyv4	"/usr/libexec/getty Pc"		xterm	onifexists secure
38333673Simpttyv5	"/usr/libexec/getty Pc"		xterm	onifexists secure
39333673Simpttyv6	"/usr/libexec/getty Pc"		xterm	onifexists secure
40333673Simpttyv7	"/usr/libexec/getty Pc"		xterm	onifexists secure
41333673Simp#ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	onifexists secure
42292124Sbr# Serial terminals
43292124Sbr# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
44292124Sbrttyu0	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
45292124Sbrttyu1	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
46292124Sbrttyu2	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
47292124Sbrttyu3	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
48292124Sbr# Dumb console
49292124Sbrdcons	"/usr/libexec/getty std.9600"	vt100	off secure
50292124Sbr# RISC-V HTIF console
51292124Sbrrcons	"/usr/libexec/getty std.9600"	vt100	onifconsole  secure
52