Page MenuHomeFreeBSD

loader: Add loader_autoboot_show
ClosedPublic

Authored by manu on Apr 14 2025, 6:39 AM.
Tags
None
Referenced Files
F147602618: D49819.id153625.diff
Thu, Mar 12, 6:33 AM
F147601703: D49819.id153625.diff
Thu, Mar 12, 6:25 AM
Unknown Object (File)
Tue, Mar 10, 7:40 PM
Unknown Object (File)
Mon, Mar 9, 6:08 AM
Unknown Object (File)
Sat, Mar 7, 6:37 PM
Unknown Object (File)
Thu, Mar 5, 2:12 PM
Unknown Object (File)
Jan 2 2026, 9:41 PM
Unknown Object (File)
Dec 27 2025, 9:56 PM
Subscribers

Details

Summary

It's used to control if the autoboot part of loader is displayed or not.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Apr 14 2025, 6:39 AM

How does this interact with "autoboot_delay"?

How does this interact with "autoboot_delay"?

It does not, if set to !YES this part will just not be displayed (for the background we have a customer that wants nothing printed on the screen so ...)

Should it be "autoboot_show" like "autoboot_delay"?

we have a customer that wants nothing printed on the screen

So, does that mean if set to yes this will show a black screen until the dmesg starts? What if they tap space during that period?

This revision is now accepted and ready to land.Apr 14 2025, 6:58 PM
This revision was automatically updated to reflect the committed changes.