From: Otavio Salvador Date: Sat, 27 Sep 2008 19:35:04 +0000 (-0300) Subject: initscripts: do /proc remount instead of mounting it X-Git-Tag: Release-2010-05/1~5552 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb43a0277a1472dbbdea175cee1789b25c072a5f;p=openembedded.git initscripts: do /proc remount instead of mounting it --- diff --git a/packages/initscripts/initscripts-1.0/checkroot.sh b/packages/initscripts/initscripts-1.0/checkroot.sh index 5c1e5c6ebb..e5aa9aaf99 100755 --- a/packages/initscripts/initscripts-1.0/checkroot.sh +++ b/packages/initscripts/initscripts-1.0/checkroot.sh @@ -208,7 +208,7 @@ then : > /etc/mtab fi mount -f -o remount / - mount -f /proc + mount -f -o remount /proc test "$devfs" && grep -q '^devfs /dev' /proc/mounts && mount -f "$devfs" fi