projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa0bde3
)
only mount sysfs once (thx, ejka)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Mar 2007 14:27:52 +0000
(14:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Mar 2007 14:27:52 +0000
(14:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6504
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/sbin/mount_root
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/mount_root
b/package/base-files/files/sbin/mount_root
index
4fa048f
..
9a87fad
100755
(executable)
--- 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>&-