initscripts: do /proc remount instead of mounting it
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 27 Sep 2008 19:35:04 +0000 (16:35 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 30 Oct 2008 00:45:27 +0000 (22:45 -0200)
packages/initscripts/initscripts-1.0/checkroot.sh

index 5c1e5c6..e5aa9aa 100755 (executable)
@@ -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