package/base-files: call preinit_ip_deconfig before processing init on
[openwrt.git] / package / base-files / files / lib / preinit / 20_device_fs_mount
index 1f049da..f82f9a6 100644 (file)
@@ -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.