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)
Fri, Nov 15, 2:32 PM
Unknown Object (File)
Wed, Nov 13, 3:41 PM
Unknown Object (File)
Tue, Nov 5, 9:53 AM
Unknown Object (File)
Fri, Oct 25, 11:25 AM
Unknown Object (File)
Oct 17 2024, 5:33 AM
Unknown Object (File)
Oct 17 2024, 3:19 AM
Unknown Object (File)
Oct 14 2024, 7:41 PM
Unknown Object (File)
Oct 13 2024, 1:58 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