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)
Wed, May 13, 6:35 PM
Unknown Object (File)
Apr 29 2026, 10:27 AM
Unknown Object (File)
Apr 28 2026, 6:31 AM
Unknown Object (File)
Apr 24 2026, 5:35 AM
Unknown Object (File)
Apr 21 2026, 12:25 PM
Unknown Object (File)
Apr 21 2026, 10:48 AM
Unknown Object (File)
Apr 21 2026, 12:27 AM
Unknown Object (File)
Apr 20 2026, 9:11 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