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
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
#
|
|
# @(#)ttys 5.1 (Berkeley) 4/17/89
|
|
# $NetBSD: ttys,v 1.10 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 suncons" unknown off secure
|
|
constty "/usr/libexec/getty suncons" unknown off secure
|
|
kd "/usr/libexec/getty suncons" sun on secure
|
|
ttya "/usr/libexec/getty std.9600" unknown on secure
|
|
ttyb "/usr/libexec/getty std.9600" unknown off secure
|