Magellan Linux

Diff of /trunk/busybox/splash-functions.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1397 by niro, Sun Feb 6 22:32:23 2011 UTC revision 1398 by niro, Fri Jul 1 14:17:30 2011 UTC
# Line 17  splash() Line 17  splash()
17   # and run only if a config for the current resolution exist   # and run only if a config for the current resolution exist
18   [[ ! -e ${SPLASH_THEMES}/${SPLASH_THEME}/$(splash_resolution).conf ]] && return   [[ ! -e ${SPLASH_THEMES}/${SPLASH_THEME}/$(splash_resolution).conf ]] && return
19    
20     # create fifo if not exist
21     if [[ ! -w ${SPLASH_FIFO} ]]
22     then
23     mkfifo ${SPLASH_FIFO}
24     fi
25    
26   # check cmdline for config_opts   # check cmdline for config_opts
27   #   splash=silent,theme:mcore   #   splash=silent,theme:mcore
28   for cmd in $(< /proc/cmdline)   for cmd in $(< /proc/cmdline)

Legend:
Removed from v.1397  
changed lines
  Added in v.1398