projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/base-files: call preinit_ip_deconfig before processing init on
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
preinit
/
20_device_fs_mount
diff --git
a/package/base-files/files/lib/preinit/20_device_fs_mount
b/package/base-files/files/lib/preinit/20_device_fs_mount
index
1f049da
..
f82f9a6
100644
(file)
--- a/
package/base-files/files/lib/preinit/20_device_fs_mount
+++ b/
package/base-files/files/lib/preinit/20_device_fs_mount
@@
-15,7
+15,7
@@
do_mount_udev() {
}
choose_device_fs() {
- if grep devfs /proc/filesystems; then
+ if grep
-q
devfs /proc/filesystems; then
do_mount_devfs
elif [ -x /sbin/hotplug2 ]; then
do_mount_hotplug
This page took
0.030382 seconds
and
4
git commands to generate.