summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-04 14:27:52 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-04 14:27:52 +0000
commitb96d21446846be7798eaa7db3cf314984d335407 (patch)
tree8bc5d5bba9126bc82c38e6017703a550b1956272 /package
parentcbc765de67bc4e947a61323fbcf9b0e01f66c606 (diff)
only mount sysfs once (thx, ejka)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/base-files/files/sbin/mount_root2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root
index 4fa048f43..9a87fadba 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>&-