From 07b88285d5d588e4fd86a23f77528ac323b43e16 Mon Sep 17 00:00:00 2001 From: ccsmart Date: Sat, 27 Aug 2005 16:42:51 +0000 Subject: [PATCH] Based on OE bug #244, thanks to Pfudd. --- packages/sysvinit/sysvinit/rcS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5