mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
syscons: refer to it as the legacy console
vt(4) is the default console, and although there is no firm deprecation plan for syscons(4) yet it it is not actively maintained and is not compatible with contemporary systems (i.e., those booting via UEFI). Reviewed by: manu MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
cd89fe3923
commit
2afef29b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
.Sh NAME
|
||||
.Nm syscons ,
|
||||
.Nm sc
|
||||
.Nd the console driver
|
||||
.Nd the legacy console driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "options MAXCONS=N"
|
||||
.Cd "options SC_ALT_MOUSE_IMAGE"
|
||||
|
|
|
|||
Loading…
Reference in a new issue