Use "default" instead of "std.38400" for console and tty entries.
38400 doesn't seem to work well on 115200 baud consoles...
This commit is contained in:
parent
84d6418155
commit
f265cb64ba
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: ttys,v 1.4 2004/06/20 21:30:27 christos Exp $
|
||||
# $NetBSD: ttys,v 1.5 2006/02/24 10:15:23 simonb Exp $
|
||||
#
|
||||
# name getty type status comments
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
# If the console is marked insecure, single-user requires the root password.
|
||||
|
||||
# Console pseudo-device
|
||||
console "/usr/libexec/getty std.38400" vt100 on secure
|
||||
console "/usr/libexec/getty default" vt100 on secure
|
||||
|
||||
# NS16550 ("com") serial ports
|
||||
tty00 "/usr/libexec/getty std.38400" unknown off secure
|
||||
tty01 "/usr/libexec/getty std.38400" unknown off secure
|
||||
tty00 "/usr/libexec/getty default" unknown off secure
|
||||
tty01 "/usr/libexec/getty default" unknown off secure
|
||||
|
Loading…
Reference in New Issue
Block a user