From: ccsmart Date: Sat, 27 Aug 2005 16:42:51 +0000 (+0000) Subject: Based on OE bug #244, thanks to Pfudd. X-Git-Tag: Release-2010-05/1~9453^2~3778 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b88285d5d588e4fd86a23f77528ac323b43e16;p=openembedded.git Based on OE bug #244, thanks to Pfudd. --- diff --git a/packages/sysvinit/sysvinit/rcS b/packages/sysvinit/sysvinit/rcS index 9903d33190..e7a7e617d0 100755 --- a/packages/sysvinit/sysvinit/rcS +++ b/packages/sysvinit/sysvinit/rcS @@ -12,6 +12,10 @@ prevlevel=N umask 022 export PATH runlevel prevlevel +# Make sure proc is mounted +# +[ -d "/proc/1" ] || mount /proc + # # See if system needs to be setup. This is ONLY meant to # be used for the initial setup after a fresh installation! @@ -36,7 +40,6 @@ trap ":" INT QUIT TSTP # If so, calculate the number of scripts and the incremental step # if [ "$VERBOSE" = no ]; then - mount /proc if [ -e /proc/progress ]; then set `ls -1 /etc/rc$runlevel.d/S* | wc` numscripts=$1