Page MenuHomeFreeBSD

Move setting of console earlier in boot.
ClosedPublic

Authored by imp on Apr 22 2019, 5:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 15, 4:08 AM
Unknown Object (File)
Feb 23 2025, 7:01 AM
Unknown Object (File)
Feb 4 2025, 11:07 PM
Unknown Object (File)
Jan 28 2025, 11:13 PM
Unknown Object (File)
Jan 27 2025, 12:09 PM
Unknown Object (File)
Jan 23 2025, 9:50 AM
Unknown Object (File)
Nov 2 2024, 3:13 PM
Unknown Object (File)
Oct 4 2024, 1:45 AM
Subscribers

Details

Summary

There's no reason we can't setup the console first thing after the
arch flags are setup. We set it undconditionally to efi. This is a
good default, and will get us error messages to at least the efi
console no matter what. This will also prime the pump so that as other
variables are set, they will take effect and the console will be
correct as soon as those env vars are set.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevans added a subscriber: kevans.

I like it... I had mixed feelings about leaving the empty branches intact, but the commentary makes sense to keep.

This revision is now accepted and ready to land.Apr 22 2019, 6:03 PM
This revision was automatically updated to reflect the committed changes.