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)
Aug 18 2025, 4:50 PM
Unknown Object (File)
Aug 18 2025, 12:32 PM
Unknown Object (File)
Aug 18 2025, 12:18 PM
Unknown Object (File)
Aug 18 2025, 12:10 PM
Unknown Object (File)
Jun 29 2025, 7:53 AM
Unknown Object (File)
Jun 26 2025, 5:52 PM
Unknown Object (File)
Jun 21 2025, 10:05 PM
Unknown Object (File)
Jun 21 2025, 2:24 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