diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:23:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:23:51 +0000 |
commit | 27399e6fbe75df604ef4ccdddae0b9f3681f1be6 (patch) | |
tree | 6e4fb2fe1ae9d9cf81bb09a816fd1e16c84b460c /etc/etc.armish | |
parent | 29debad1d97798071df382b2948fcc8b0ba41635 (diff) |
Really want a working console, and no display (ttyC0) here.
Diffstat (limited to 'etc/etc.armish')
-rw-r--r-- | etc/etc.armish/ttys | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/etc.armish/ttys b/etc/etc.armish/ttys index 2b7d53ad708..c77863ac8a3 100644 --- a/etc/etc.armish/ttys +++ b/etc/etc.armish/ttys @@ -1,12 +1,10 @@ # -# $OpenBSD: ttys,v 1.1 2006/06/06 00:01:49 drahn Exp $ +# $OpenBSD: ttys,v 1.2 2006/06/06 00:23:50 drahn Exp $ # # name getty type status comments # console "/usr/libexec/getty Pc" vt220 off secure -ttyC0 "/usr/libexec/getty Pc" vt220 on secure -ttyC1 "/usr/libexec/getty Pc" vt220 on secure -tty00 "/usr/libexec/getty std.9600" unknown off secure +tty00 "/usr/libexec/getty std.115100" unknown on secure tty01 "/usr/libexec/getty std.9600" unknown off secure tty02 "/usr/libexec/getty std.9600" unknown off tty03 "/usr/libexec/getty std.9600" unknown off |