change console speed to 19200.
This commit is contained in:
parent
c5618686d5
commit
21348ba66f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ttys,v 1.2 2001/01/21 18:36:32 uch Exp $
|
||||
# $NetBSD: ttys,v 1.3 2001/02/28 15:45:02 uch Exp $
|
||||
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
||||
#
|
||||
# name getty type status comments
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
# /dev/console is always valid, regardless of the board type.
|
||||
#
|
||||
console "/usr/libexec/getty std.9600" vt100 on secure
|
||||
console "/usr/libexec/getty std.19200" vt100 on secure
|
||||
|
||||
# Pseudo Terminals
|
||||
ttyp0 none network
|
||||
|
|
Loading…
Reference in New Issue