test
[diplomippbx.git] / diplom / profiles / scripts.d / 05bootsplash
blobecca0a7ef486e69cdf15c64388e14f5c0537d260
1 #!/bin/sh
3 RESOLUTION_DEFAULT="800x600"
4 ls
6 if [ -d "/etc/bootsplash/themes/current/config" -a -x "/sbin/splash" ]; then
7 themefile="/etc/bootsplash/themes/current/config/bootsplash-$RESOLUTION_DEFAULT.cfg"
8 if [ -f "$themefile" ]; then
9 mkdir /bootsplash
10 /sbin/splash -f -s "$themefile" > /bootsplash/bootsplash