only mount sysfs once (thx, ejka)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Mar 2007 14:27:52 +0000 (14:27 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Mar 2007 14:27:52 +0000 (14:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6504 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/sbin/mount_root

index 4fa048f43aa9d7f060d05b99c4e30e151964237f..9a87fadbaa088ac8db3a4cdfdadf24c606bac2d2 100755 (executable)
@@ -28,5 +28,3 @@ mount none /dev/pts -t devpts
                }
        } || mount -o remount,rw /dev/root /
 }
-
-grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-