X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c94c88df806f3438933a2cee3f93065f34a242f6..1c92134bda36e1cdfc7cf6a192957368d96f9a78:/target/linux/brcm-2.4/base-files/default/sbin/mount_root?ds=sidebyside diff --git a/target/linux/brcm-2.4/base-files/default/sbin/mount_root b/target/linux/brcm-2.4/base-files/default/sbin/mount_root index 806547017..3ed1b5861 100755 --- a/target/linux/brcm-2.4/base-files/default/sbin/mount_root +++ b/target/linux/brcm-2.4/base-files/default/sbin/mount_root @@ -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>&-