Page MenuHomeFreeBSD

nanobsd: Fix cust_comconsole search patterns
ClosedPublic

Authored by jlduran on Nov 15 2024, 4:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 8:19 AM
Unknown Object (File)
Mon, Jan 13, 8:07 PM
Unknown Object (File)
Dec 16 2024, 10:06 PM
Unknown Object (File)
Dec 6 2024, 11:48 PM
Unknown Object (File)
Nov 26 2024, 9:13 AM
Unknown Object (File)
Nov 16 2024, 10:25 PM
Unknown Object (File)
Nov 16 2024, 10:41 AM
Unknown Object (File)
Nov 16 2024, 9:02 AM
Subscribers
None

Details

Summary

The current patterns are outdated, and may produce "offifexists", after
e310437971b8 ("For video consoles, only launch a getty if the device
exists.").

Fix the expressions to:

  1. Disable getty(8) on the virtual syscons(4) or vt(4) terminals (/dev/ttyv*).
  2. Enable the use of the first serial port as the system console.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable