Revert to rev 1.6 until post 4.0-R. As probably 98% of i386 installs

happen with a keyboard and monitor the console change was not as needed
in the i386 case as the Alpha case.  IMO >50% of Alpha installs are using
a serial console, the change matching rev 1.7 should not be backed out.
This commit is contained in:
David E. O'Brien 2000-01-29 12:18:03 +00:00
parent 249e73f997
commit 3213dc6150
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56805
2 changed files with 4 additions and 2 deletions

View File

@ -28,8 +28,9 @@
#
# If console is marked "insecure", then init will ask for the root password
# when going to single-user mode.
console none unknown off secure
#
console "/usr/libexec/getty Pc" cons25 on secure
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
ttyv2 "/usr/libexec/getty Pc" cons25 on secure

View File

@ -28,8 +28,9 @@
#
# If console is marked "insecure", then init will ask for the root password
# when going to single-user mode.
console none unknown off secure
#
console "/usr/libexec/getty Pc" cons25 on secure
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
ttyv2 "/usr/libexec/getty Pc" cons25 on secure