From f3f5687bc8d12723b6e2a9e418a40b2bcc645426 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sun, 12 Sep 2021 17:34:19 +0300 Subject: [PATCH] Correct bootlogo readme --- README_BOOTLOGO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README_BOOTLOGO.md b/README_BOOTLOGO.md index 40d81f8..accfe03 100644 --- a/README_BOOTLOGO.md +++ b/README_BOOTLOGO.md @@ -11,6 +11,7 @@ Lastly, the supported format is 32-bit (ARGB) BMP. Classic 24-bit (RGB) BMPs are ## How to configure -If the custom logo option is enabled, it will try to load /bootlogo.bmp. If this is not found, the default hekate's logo will be used. +If a boot entry specifies a custom logo path (`logopath=`), this is one will be loaded. -If a boot entry specifies a custom logo path, this is one will be loaded. Again if this is not found, bootlogo.bmp will be loaded and if that fails, hekate's built-in will be used. \ No newline at end of file +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.