remove redundant check
authorMike Baker <mbm@openwrt.org>
Tue, 7 Nov 2006 05:09:30 +0000 (05:09 +0000)
committerMike Baker <mbm@openwrt.org>
Tue, 7 Nov 2006 05:09:30 +0000 (05:09 +0000)
SVN-Revision: 5459

openwrt/package/base-files/default/sbin/mount_root

index 58b70d6647d14650849d065ea4e18ef8ff6e014d..0ca8f623474314e49a15567b46411e0959d24062 100755 (executable)
@@ -9,7 +9,6 @@ if [ "$1" != "failsafe" -a "$(nvram get no_root_swap)" != 1 ]; then
        mtd unlock linux
        mount | grep jffs2 >&-
        if [ $? = 0 ] ; then
-               grep "mini_fo" /proc/filesystems >&- ||
                mount -o remount,rw /dev/root /
        else
                . /bin/firstboot