Page MenuHomeFreeBSD

loader: Load a splash screen if "splash" variable is defined
ClosedPublic

Authored by manu on Jul 9 2024, 12:44 PM.
Tags
None
Referenced Files
F161133928: D45932.diff
Tue, Jun 30, 8:35 PM
Unknown Object (File)
Sun, Jun 28, 12:59 AM
Unknown Object (File)
May 27 2026, 2:17 AM
Unknown Object (File)
May 26 2026, 9:28 PM
Unknown Object (File)
May 23 2026, 9:35 PM
Unknown Object (File)
May 14 2026, 6:50 PM
Unknown Object (File)
May 14 2026, 6:50 PM
Unknown Object (File)
May 14 2026, 6:49 PM
Subscribers

Details

Summary

Load a splash screen that vt(4) can use if the "splash" env variable is defined.
For now only png is supported and decoding is done in loader and not in kernel
compared to splash screen support in sc(4).

For using this add:
boot_mute="YES"
splash="/boot/images/freebsd-logo-rev.png"
in loader.conf

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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