Page MenuHomeFreeBSD

nanobsd: Fix cust_comconsole search patterns
AcceptedPublic

Authored by jlduran on Fri, Nov 15, 4:31 AM.

Details

Reviewers
emaste
imp
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 Skipped
Unit
Tests Skipped

Event Timeline

jlduran created this revision.
This revision is now accepted and ready to land.Fri, Nov 15, 4:35 AM