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)
Dec 17 2024, 1:08 PM
Unknown Object (File)
Dec 9 2024, 2:10 AM
Unknown Object (File)
Nov 26 2024, 7:40 PM
Unknown Object (File)
Nov 26 2024, 5:22 PM
Unknown Object (File)
Nov 24 2024, 8:10 AM
Unknown Object (File)
Nov 24 2024, 8:00 AM
Unknown Object (File)
Nov 21 2024, 3:53 PM
Unknown Object (File)
Nov 15 2024, 2:32 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