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
Unknown Object (File)
Tue, Mar 4, 4:02 PM
Unknown Object (File)
Tue, Feb 25, 10:35 PM
Unknown Object (File)
Feb 23 2025, 1:37 AM
Unknown Object (File)
Feb 21 2025, 1:58 PM
Unknown Object (File)
Feb 21 2025, 11:39 AM
Unknown Object (File)
Feb 21 2025, 10:55 AM
Unknown Object (File)
Feb 21 2025, 9:26 AM
Unknown Object (File)
Feb 21 2025, 6:37 AM
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