From: Felix Fietkau Date: Sun, 4 Mar 2007 14:27:52 +0000 (+0000) Subject: only mount sysfs once (thx, ejka) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=12928b90fcfbefc9ca6678110f200025df80e435;hp=5a37cc5150f0a2390f8a14d150cbc1da5425fad7 only mount sysfs once (thx, ejka) SVN-Revision: 6504 --- diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index 4fa048f43a..9a87fadbaa 100755 --- a/package/base-files/files/sbin/mount_root +++ b/package/base-files/files/sbin/mount_root @@ -28,5 +28,3 @@ mount none /dev/pts -t devpts } } || mount -o remount,rw /dev/root / } - -grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-