mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01:00
- In preparation to turning syscons(4) etc. on by default in the sparc64
GENERIC comment in ttyN. - Add the name of the device driver creating the device nodes above the respectives blocks so it's easier for user to find the right entry to shut up warnings from getty(8). Replace 'Requires device 'uart' be enabled.' with just 'uart(4)' as the former referred to a sparc64 GENERIC back when uart(4) wasn't enabled by default, yet. - Turn off the getty(8) on screen as screen is created by ofw_console(4) which is no longer enabled in the sparc64 GENERIC (and also only is a last resort) to shut up warnings from getty(8) with the current GENERIC.
This commit is contained in:
parent
169d14035a
commit
9a472268c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147276
@ -31,26 +31,27 @@
|
||||
# If console is marked "insecure", then init will ask for the root password
|
||||
# when going to single-user mode.
|
||||
console none unknown off secure
|
||||
#
|
||||
screen "/usr/libexec/getty Pc" vt100 on secure
|
||||
# ofw_console(4)
|
||||
screen "/usr/libexec/getty Pc" vt100 off secure
|
||||
ttya "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
ttyb "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
# sab(4)
|
||||
ttyz0 "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
ttyz1 "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
#
|
||||
#ttyv0 "/usr/libexec/getty Pc" cons25 on secure
|
||||
# syscons(4)
|
||||
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
|
||||
#ttyv3 "/usr/libexec/getty Pc" cons25 on secure
|
||||
#ttyv4 "/usr/libexec/getty Pc" cons25 on secure
|
||||
#ttyv5 "/usr/libexec/getty Pc" cons25 on secure
|
||||
#ttyv6 "/usr/libexec/getty Pc" cons25 on secure
|
||||
#ttyv7 "/usr/libexec/getty Pc" cons25 on secure
|
||||
#ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
|
||||
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv2 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv3 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv4 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv5 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv6 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv7 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
|
||||
# Serial terminals
|
||||
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
|
||||
# Requires device 'uart' be enabled.
|
||||
# uart(4)
|
||||
ttyu0 "/usr/libexec/getty std.9600" vt100 on secure
|
||||
ttyu1 "/usr/libexec/getty std.9600" vt100 on secure
|
||||
ttyu2 "/usr/libexec/getty std.9600" vt100 off secure
|
||||
|
Loading…
Reference in New Issue
Block a user