Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 06/19/2001 23:06:47
Module Name:	basesrc
Committed By:	tv
Date:		Tue Jun 19 20:06:46 UTC 2001

Modified Files:
	basesrc/etc/etc.i386: ttys

Log Message:
Do what we should have been doing long ago; use /dev/console by default as the
boot console tty, so that the console is on the same place that the kernel
dmesg output goes, whether wscons or serial.  Users who want to use tty00
or ttyE0 explicitly can change /etc/ttys themselves.

Also use "vt100" as terminal type for /dev/console (for a reasonable baseline
that also works with wscons; pccons is long since no longer default).

This addresses PR install/13249, i386-specific, but may be appropriate to
apply to all ports.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/etc/etc.i386/ttys

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.