only mount sysfs once (thx, ejka)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 4 Mar 2007 14:27:52 +0000 (14:27 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 4 Mar 2007 14:27:52 +0000 (14:27 +0000)
SVN-Revision: 6504

package/base-files/files/sbin/mount_root

index 4fa048f43aa9d7f060d05b99c4e30e151964237f..9a87fadbaa088ac8db3a4cdfdadf24c606bac2d2 100755 (executable)
@@ -28,5 +28,3 @@ mount none /dev/pts -t devpts
                }
        } || mount -o remount,rw /dev/root /
 }
                }
        } || mount -o remount,rw /dev/root /
 }
-
-grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-