fix typo (#1454)
[openwrt-10.03/.git] / target / linux / brcm-2.4 / base-files / default / sbin / mount_root
index 8065470173b79a8c96aa0089072abd92ce9a5ebd..3ed1b58616ad5dba661424da68140169e905ed3e 100755 (executable)
@@ -27,7 +27,3 @@ if [ "$1" != "failsafe" ]; then
                }
        fi
 fi
-
-mkdir -p /dev/pts
-mount none /dev/pts -t devpts 2>&-
-grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-