only mount sysfs once (thx, ejka)
[openwrt.git] / package / base-files / files / sbin / mount_root
index 4fa048f..9a87fad 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>&-