mount sysfs at boot on linux 2.6
[openwrt.git] / openwrt / package / base-files / default / etc / preinit
index ac9039c..f82823e 100755 (executable)
@@ -21,4 +21,9 @@ mount_root ${FAILSAFE:+failsafe}
        { mount|grep "on / type jffs2" 1>&-; } || firstboot
 }
 
+grep sysfs /proc/filesystems >&- 2>&- && {
+       mkdir -p /sys
+       mount -t sysfs none /sys
+}
+
 exec /sbin/init
This page took 0.026016 seconds and 4 git commands to generate.