diff options
author | grehan <grehan@FreeBSD.org> | 2005-09-10 22:46:03 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2005-09-10 22:46:03 +0000 |
commit | 70f9da67193dd6865f9791384929a04b50f95003 (patch) | |
tree | 74617214b4ad0254186b4b72a7d7e89c73745ab9 /etc/etc.powerpc | |
parent | 1537de4a5496fdeb14f5c3146c97978d87a20963 (diff) | |
download | FreeBSD-src-70f9da67193dd6865f9791384929a04b50f95003.zip FreeBSD-src-70f9da67193dd6865f9791384929a04b50f95003.tar.gz |
Comment out ofw_console 'screen' entry and zs tty entries.
The OpenFirmware console isn't used on real systems anymore and
I never get to multi-user mode in psim. There are problems with
zs that need to be resolved before these lines can be enabled.
This eliminates disconcerting warnings on boot.
MFC after: 2 days
Diffstat (limited to 'etc/etc.powerpc')
-rw-r--r-- | etc/etc.powerpc/ttys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.powerpc/ttys b/etc/etc.powerpc/ttys index 9500baf..0ba1919 100644 --- a/etc/etc.powerpc/ttys +++ b/etc/etc.powerpc/ttys @@ -33,10 +33,10 @@ console none unknown off secure # # ofw_console(4) -screen "/usr/libexec/getty Pc" cons25 on secure +#screen "/usr/libexec/getty Pc" cons25 on secure # zs(4) -ttyy0 "/usr/libexec/getty std.9600" cons25 on secure -ttyy1 "/usr/libexec/getty std.9600" cons25 off secure +#ttyy0 "/usr/libexec/getty std.9600" cons25 on secure +#ttyy1 "/usr/libexec/getty std.9600" cons25 off secure # ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals |