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)
Sat, Feb 22, 2:17 PM
Unknown Object (File)
Feb 10 2025, 11:39 PM
Unknown Object (File)
Feb 10 2025, 11:34 PM
Unknown Object (File)
Feb 10 2025, 12:13 PM
Unknown Object (File)
Jan 23 2025, 8:19 AM
Unknown Object (File)
Jan 13 2025, 8:07 PM
Unknown Object (File)
Dec 16 2024, 10:06 PM
Unknown Object (File)
Dec 6 2024, 11:48 PM
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