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.