Enhance boot splash patches

This commit is contained in:
zador-blood-stained 2017-02-21 13:25:57 +03:00
parent 49d5a26829
commit e16eb439bd
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ index 3a360ca4..0423c08
"boot_prefixes=/ /boot/\0" \
+ "splashpos=m,m\0" \
+ "splashimage=66000000\0" \
+ "loadsplash=ext4load mmc 0 ${splashimage} /boot/boot.bmp || fatload mmc 0 ${splashimage} boot.bmp; bmp d ${splashimage}\0" \
+ "loadsplash=if load ${devtype} 0 ${splashimage} /boot/boot.bmp || load ${devtype} 0 ${splashimage} boot.bmp; then bmp d ${splashimage}; fi\0" \
"boot_scripts=boot.scr.uimg boot.scr\0" \
"boot_script_dhcp=boot.scr.uimg\0" \
BOOTENV_BOOT_TARGETS \

View File

@ -10,7 +10,7 @@ index 3a360ca4..0423c08
"boot_prefixes=/ /boot/\0" \
+ "splashpos=m,m\0" \
+ "splashimage=66000000\0" \
+ "loadsplash=ext4load mmc 0 ${splashimage} /boot/boot.bmp || fatload mmc 0 ${splashimage} boot.bmp; bmp d ${splashimage}\0" \
+ "loadsplash=if load ${devtype} 0 ${splashimage} /boot/boot.bmp || load ${devtype} 0 ${splashimage} boot.bmp; then bmp d ${splashimage}; fi\0" \
"boot_scripts=boot.scr.uimg boot.scr\0" \
"boot_script_dhcp=boot.scr.uimg\0" \
BOOTENV_BOOT_TARGETS \