diff options
author | Glen Barber <gjb@FreeBSD.org> | 2015-05-08 14:13:19 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2015-05-08 14:13:19 +0000 |
commit | 1993c0f1e6a2ffa04cf5dd9df34f7a8510b69697 (patch) | |
tree | cb57c2b9d3a451547df629697034dcc71799c47f /etc/etc.arm/ttys | |
parent | 763034ac01587584406cee9b5124c2f2f67e3315 (diff) | |
download | src-1993c0f1e6a2ffa04cf5dd9df34f7a8510b69697.tar.gz src-1993c0f1e6a2ffa04cf5dd9df34f7a8510b69697.zip |
Enable ttyv0 and ttyu0 by default if they are available
consoles.
Tested on: RPI-B
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-arm-redux/; revision=282633
Diffstat (limited to 'etc/etc.arm/ttys')
-rw-r--r-- | etc/etc.arm/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.arm/ttys b/etc/etc.arm/ttys index ba410b707c1c..501bae69bd50 100644 --- a/etc/etc.arm/ttys +++ b/etc/etc.arm/ttys @@ -29,7 +29,7 @@ # when going to single-user mode. console none unknown off secure # -ttyv0 "/usr/libexec/getty Pc" xterm off secure +ttyv0 "/usr/libexec/getty Pc" xterm onifconsole secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" xterm off secure ttyv2 "/usr/libexec/getty Pc" xterm off secure @@ -41,7 +41,7 @@ ttyv7 "/usr/libexec/getty Pc" xterm off secure #ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. -ttyu0 "/usr/libexec/getty 3wire" vt100 on secure +ttyu0 "/usr/libexec/getty 3wire" vt100 onifconsole secure ttyu1 "/usr/libexec/getty std.9600" dialup off secure ttyu2 "/usr/libexec/getty std.9600" dialup off secure ttyu3 "/usr/libexec/getty std.9600" dialup off secure |