From 3213dc6150e836b27daaa3f4a2d1360c427389df Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 29 Jan 2000 12:18:03 +0000 Subject: [PATCH] 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. --- etc/etc.amd64/ttys | 3 ++- etc/etc.i386/ttys | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/etc.amd64/ttys b/etc/etc.amd64/ttys index 25088f3db5cb..c38b0f0dc4b7 100644 --- a/etc/etc.amd64/ttys +++ b/etc/etc.amd64/ttys @@ -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 diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 25088f3db5cb..c38b0f0dc4b7 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -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