From b96d21446846be7798eaa7db3cf314984d335407 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 4 Mar 2007 14:27:52 +0000 Subject: [PATCH] only mount sysfs once (thx, ejka) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6504 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/sbin/mount_root | 2 -- 1 file changed, 2 deletions(-) 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>&- -- 2.11.0