mirror of
https://github.com/CTCaer/hekate
synced 2024-11-05 03:16:35 +00:00
17 lines
681 B
Markdown
17 lines
681 B
Markdown
# hekate - Bootlogo
|
|
|
|
The bootlogo can be any size with a maximum of 720 x 1280.
|
|
|
|
When it's smaller than 720 x 1280, it is automatically centered and the background takes the color of the first pixel.
|
|
|
|
When saving a landscape bootlogo, it should be rotated 90 degrees counterclockwise.
|
|
|
|
Lastly, the supported format is 32-bit (ARGB) BMP. Classic 24-bit (RGB) BMPs are not supported for performance reasons.
|
|
|
|
|
|
## How to configure
|
|
|
|
If a boot entry specifies a custom logo path (`logopath=`), this is one will be loaded.
|
|
|
|
If the above is not found or the format is not correct, it will try to load `bootloader/bootlogo.bmp`.
|
|
If this is not found, the default hekate logo will be used.
|