mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 20:11:00 +01:00
Use "cons25" for console too since we're now syscons. Turn on two
VTY's by default; give user a couple of vty's to play with out of the box (leave 4th entry turned off for X).
This commit is contained in:
parent
dcc3e629af
commit
68a9ed9d03
6
etc/ttys
6
etc/ttys
@ -3,10 +3,10 @@
|
||||
#
|
||||
# name getty type status comments
|
||||
#
|
||||
ttyv0 "/usr/libexec/getty Pc" pc3 on secure
|
||||
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
|
||||
# Virtual terminals
|
||||
ttyv1 "/usr/libexec/getty Pc" cons25 off secure
|
||||
ttyv2 "/usr/libexec/getty Pc" cons25 off secure
|
||||
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv2 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv3 "/usr/libexec/getty Pc" cons25 off secure
|
||||
# Hardwired terminals
|
||||
tty00 "/usr/libexec/getty std.9600" unknown off secure
|
||||
|
Loading…
Reference in New Issue
Block a user