Index: initscripts/busybox/rc/rc =================================================================== --- initscripts/busybox/rc/rc (Revision 1538) +++ initscripts/busybox/rc/rc (Arbeitskopie) @@ -26,6 +26,8 @@ trap "" INT QUIT TSTP [ "$1" != "" ] && runlevel=$1 +# export runlevel variable to make it accessible for other rc-scripts +export runlevel if [[ $runlevel = sysinit ]] then