move sysfs to mount_root
[openwrt.git] / package / base-files / default / sbin / mount_root
index bd9b815..427ff04 100755 (executable)
@@ -37,3 +37,4 @@ fi
 mount none /tmp -t tmpfs -o nosuid,nodev,mode=1777,size=50%
 mkdir -p /dev/pts
 mount none /dev/pts -t devpts
+grep sysfs /proc/filesystems >&- && mount -t sysfs none /sys