mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add autologin entries (al.NNN) for higher console speeds.
MFC after: 2 weeks
This commit is contained in:
parent
ef04a10fe9
commit
4eb4e22f1e
1 changed files with 10 additions and 0 deletions
10
etc/gettytab
10
etc/gettytab
|
|
@ -204,6 +204,16 @@ A|Auto-baud:\
|
|||
|
||||
autologin|al.9600:\
|
||||
:al=root:tc=std.9600:
|
||||
al.19200:\
|
||||
:al=root:tc=std.19200:
|
||||
al.38400:\
|
||||
:al=root:tc=std.38400:
|
||||
al.57600:\
|
||||
:al=root:tc=std.57600:
|
||||
al.115200:\
|
||||
:al=root:tc=std.115200:
|
||||
al.230400:\
|
||||
:al=root:tc=std.230400:
|
||||
|
||||
#
|
||||
# Entries for 3-wire serial terminals. These don't supply carrier, so
|
||||
|
|
|
|||
Loading…
Reference in a new issue