Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 14:13:20 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r282633 - projects/release-arm-redux/etc/etc.arm
Message-ID:  <201505081413.t48EDKYa092288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri May  8 14:13:19 2015
New Revision: 282633
URL: https://svnweb.freebsd.org/changeset/base/282633

Log:
  Enable ttyv0 and ttyu0 by default if they are available
  consoles.
  
  Tested on:	RPI-B
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-arm-redux/etc/etc.arm/ttys

Modified: projects/release-arm-redux/etc/etc.arm/ttys
==============================================================================
--- projects/release-arm-redux/etc/etc.arm/ttys	Fri May  8 14:03:14 2015	(r282632)
+++ projects/release-arm-redux/etc/etc.arm/ttys	Fri May  8 14:13:19 2015	(r282633)
@@ -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
 #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505081413.t48EDKYa092288>