diff options
| author | abs <abs@NetBSD.org> | 2008-10-07 10:00:00 +0000 |
|---|---|---|
| committer | abs <abs@NetBSD.org> | 2008-10-07 10:00:00 +0000 |
| commit | 3388ad407f3df31c12d0c4603d8afc7b632d2395 (patch) | |
| tree | 8ae8ae37965d25ed43f36fb16a02091b53df689d /etc/etc.hpcarm | |
| parent | 8bf1bada0519deaf6d11e9958884fe3168626563 (diff) | |
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
Diffstat (limited to 'etc/etc.hpcarm')
| -rw-r--r-- | etc/etc.hpcarm/ttys | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.hpcarm/ttys b/etc/etc.hpcarm/ttys index 01bd187a943..8361989081f 100644 --- a/etc/etc.hpcarm/ttys +++ b/etc/etc.hpcarm/ttys @@ -1,10 +1,11 @@ # -# $NetBSD: ttys,v 1.4 2004/06/20 21:30:27 christos Exp $ +# $NetBSD: ttys,v 1.5 2008/10/07 10:00:01 abs Exp $ # # name getty type status comments # serial port console "/usr/libexec/getty std.9600" vt100 off secure +constty "/usr/libexec/getty std.9600" vt100 off secure # Workstation console (framebuffer) ttys ttyE0 "/usr/libexec/getty std.9600" vt100 on secure |
