aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-04 14:27:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-04 14:27:52 +0000
commit8783fd8160d49172ed4b63d3f255c10cdf73387e (patch)
tree8bc5d5bba9126bc82c38e6017703a550b1956272 /package
parentfa0bde3110fff58b01ad15e601d20414aed4c823 (diff)
downloadmaster-187ad058-8783fd8160d49172ed4b63d3f255c10cdf73387e.tar.gz
master-187ad058-8783fd8160d49172ed4b63d3f255c10cdf73387e.tar.bz2
master-187ad058-8783fd8160d49172ed4b63d3f255c10cdf73387e.zip
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 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>&-