busybox-initramfs: fix file locations

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-24 18:14:44 +01:00
parent 6f34e15c7d
commit 6323e47233

View File

@ -66,8 +66,8 @@ REBOOT="0"
if [ "$SPLASH" = "no" ]; then
break
else
if [ -f "/bin/ply-image" -a -f "/splash.png" ]; then
/bin/ply-image /splash.png
if [ -f "/sbin/ply-image" -a -f "/splash/splash.png" ]; then
/sbin/ply-image /splash/splash.png
fi
fi
}