--- trunk/busybox/splash-functions-plymouth.rc 2012/07/30 12:50:25 1865 +++ trunk/busybox/splash-functions-plymouth.rc 2012/07/30 18:26:27 1870 @@ -3,7 +3,7 @@ _plymouth=/usr/bin/plymouth _plymouthd=/usr/sbin/plymouthd -_pidfile=/var/run/plymouth/pid +_pidfile=/run/plymouth/pid _udevadm=/usr/bin/udevadm splash() @@ -45,9 +45,9 @@ fi if [ -x ${_udevadm} ] then - ${_udevadm} trigger --action=add --attr-match=class=0x030000 ${_udevadm} trigger --action=add --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty - ${_udevadm} settle --timeout=30 + ${_udevadm} settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev + ${_udevadm} settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev fi if [ -x ${_plymouth} ] then