Correct a few typos
[openwrt.git] / openwrt / package / base-files / default / etc / preinit
index f82823e..ac9039c 100755 (executable)
@@ -21,9 +21,4 @@ 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.02802 seconds and 4 git commands to generate.