NetBSD/etc/etc.cobalt/ttys
abs 3388ad407f Add a constty entry, marked 'off', with otherwise the same settings
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
2008-10-07 10:00:00 +00:00

22 lines
815 B
Plaintext

#
# $NetBSD: ttys,v 1.9 2008/10/07 10:00:01 abs Exp $
#
# name getty type status comments
# In normal operation, getty on the 'console' pseudo-device is disabled, and
# is enabled for the correct 'real' device (e.g. one of the serial ports).
# If the console is marked insecure, single-user requires the root password.
# Console pseudo-device
console "/usr/libexec/getty std.115200" vt100 off secure
constty "/usr/libexec/getty std.115200" vt100 off secure
# Serial console port
tty00 "/usr/libexec/getty std.115200" vt100 on secure
tty01 "/usr/libexec/getty std.115200" vt100 off secure
tty02 "/usr/libexec/getty std.115200" vt100 off secure
tty03 "/usr/libexec/getty std.115200" vt100 off secure
ttyZ0 "/usr/libexec/getty std.115200" vt100 on secure
ttyZ1 "/usr/libexec/getty std.115200" vt100 off secure