diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-29 00:50:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-29 00:50:21 +0000 |
commit | 6a916c751433954870e89aa6b93922a498bba3e9 (patch) | |
tree | d90479eb193fb41c4ae376df8f6516eddab75240 /etc/etc.amd64/ttys | |
parent | 881c9a0d6eca0d2da9a6e3bccbae8c840845ec68 (diff) | |
download | FreeBSD-src-6a916c751433954870e89aa6b93922a498bba3e9.zip FreeBSD-src-6a916c751433954870e89aa6b93922a498bba3e9.tar.gz |
* Use `console' rather than `ttyv0' so there will always be a getty on
the console reguardless of the type of console.
* Make the Alpha version match the i386 version.
Diffstat (limited to 'etc/etc.amd64/ttys')
-rw-r--r-- | etc/etc.amd64/ttys | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.amd64/ttys b/etc/etc.amd64/ttys index c38b0f0..25088f3 100644 --- a/etc/etc.amd64/ttys +++ b/etc/etc.amd64/ttys @@ -28,9 +28,8 @@ # # If console is marked "insecure", then init will ask for the root password # when going to single-user mode. -console none unknown off secure # -ttyv0 "/usr/libexec/getty Pc" cons25 on secure +console "/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 |