quieten the check for devs, thanks nbd

SVN-Revision: 19473
master
Florian Fainelli 15 years ago
parent 7480065917
commit b93682af14
  1. 2
      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

Loading…
Cancel
Save