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.lede-project.org./?a=commitdiff_plain;h=eb83bc789a353f4f6715edc8e6ed13ce0f054f72;p=openwrt%2Fstaging%2Frmilecki.git 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 4fa048f43aa..9a87fadbaa0 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>&-