--- trunk/busybox/splash-functions.rc 2011/02/06 22:32:23 1279 +++ trunk/busybox/splash-functions.rc 2011/07/01 14:17:30 1398 @@ -17,6 +17,12 @@ # and run only if a config for the current resolution exist [[ ! -e ${SPLASH_THEMES}/${SPLASH_THEME}/$(splash_resolution).conf ]] && return + # create fifo if not exist + if [[ ! -w ${SPLASH_FIFO} ]] + then + mkfifo ${SPLASH_FIFO} + fi + # check cmdline for config_opts # splash=silent,theme:mcore for cmd in $(< /proc/cmdline)