diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 00:00:35 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 00:00:35 +0000 |
commit | 0fcf6044f0a074f64508c0d71efd3d647550aa31 (patch) | |
tree | 4bdd07108bfee7e2d46c5ef1538012ffc4656e2b /etc/etc.i386/ttys | |
parent | bc11062938d970b18c2a7bd8e8fcb49873d875a2 (diff) |
Support for the wscons machine-independent console driver on the i386. To
become default in a few moments once deraadt commits new kernel config files.
IMPORTANT NOTE: A few important pieces are still required to be worked out
over the next few days. Users (and developers) relying on X should probably
stay away from -current until further notice. This should not take long, but
here is your first heads up. If you decide to upgrade your kernel anyway,
be sure to update your /etc/ttys file to use vt100 instead of vt220. The
rest of the fallout from this should be minor.
Diffstat (limited to 'etc/etc.i386/ttys')
-rw-r--r-- | etc/etc.i386/ttys | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index f42decadb09..af3f767ed3b 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,17 +1,17 @@ # -# $OpenBSD: ttys,v 1.13 1998/06/28 00:48:37 art Exp $ +# $OpenBSD: ttys,v 1.14 2001/01/30 00:00:34 aaron 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 -ttyC2 "/usr/libexec/getty Pc" vt220 on secure -ttyC3 "/usr/libexec/getty Pc" vt220 on secure -ttyC4 "/usr/libexec/getty Pc" vt220 off secure -ttyC5 "/usr/libexec/getty Pc" vt220 on secure -ttyC6 "/usr/libexec/getty Pc" vt220 off secure -ttyC7 "/usr/libexec/getty Pc" vt220 off secure +console "/usr/libexec/getty Pc" vt100 off secure +ttyC0 "/usr/libexec/getty Pc" vt100 on secure +ttyC1 "/usr/libexec/getty Pc" vt100 on secure +ttyC2 "/usr/libexec/getty Pc" vt100 on secure +ttyC3 "/usr/libexec/getty Pc" vt100 on secure +ttyC4 "/usr/libexec/getty Pc" vt100 off secure +ttyC5 "/usr/libexec/getty Pc" vt100 on secure +ttyC6 "/usr/libexec/getty Pc" vt100 off secure +ttyC7 "/usr/libexec/getty Pc" vt100 off secure tty00 "/usr/libexec/getty std.9600" unknown off tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off |