Index: initscripts/busybox/rc/rc =================================================================== --- initscripts/busybox/rc/rc (Revision 1538) +++ initscripts/busybox/rc/rc (Arbeitskopie) @@ -169,7 +169,7 @@ done fi -if [[ ${runlevel} = boot ]] +if [[ ${runlevel} = boot ]] || [[ ${runlevel} = shutdown ]] || [[ ${runlevel} = reboot ]] then # exit bootsplash splash "rc_exit" "${runlevel}"