3388ad407f
as the console. Now when coming up in single user mode the tset in /.profile can set the terminal type correctly. Note: I believe constty should be 'on' and console 'off', but thats a separate discussion
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
#
|
|
# @(#)ttys 5.1 (Berkeley) 4/17/89
|
|
# $NetBSD: ttys,v 1.8 2008/10/07 10:00:02 abs Exp $
|
|
#
|
|
# name getty type status comments
|
|
#
|
|
# Note: the console redirects to one of: kd, ttya, ttyb
|
|
console "/usr/libexec/getty std.9600" vt100 on secure
|
|
constty "/usr/libexec/getty std.9600" vt100 off secure
|
|
ttyZ0 "/usr/libexec/getty std.9600" vt100 off secure
|
|
ttyZ1 "/usr/libexec/getty std.9600" unknown on secure
|