5 # Ignore the /etc/suspend.conf parameter and use the kernel cmdline
6 case ,$splash, in *,silent
,* )
7 # Wait for any Fbcondecor fade in - may take very long on broken systems
10 while [ -n "$( pidof fbcondecor_helper )" ]; do
11 if [ $i -ge 50 ]; then
12 err
"timeout on waiting for fbcondecor_helper to die!"
18 # Resume with Fbsplash or try without
20 /usr
/lib
/suspend
/resume
-P "splash = y"
22 # Resume without Fbsplash
25 /usr
/lib
/suspend
/resume
-P "splash = n"