From 8b55f6f077c72d8294a67c752a4f761429ef52b0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 22 Oct 2017 19:50:13 +0000 Subject: Option args need to be absolute paths --- doc/mdevd.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/mdevd.html') diff --git a/doc/mdevd.html b/doc/mdevd.html index b5b8a36..3b21565 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -90,13 +90,17 @@ is seriously verbose debugging. device nodes, and it will not spawn commands. Instead, it will print to stdout the commands it would have spawned.
  • -f conffile : read the configuration -file from conffile. Default is /etc/mdev.conf.
  • +file from conffile. Default is /etc/mdev.conf. +conffile must be an absolute path.
  • -s slashsys : assume the sysfs -pseudo-filesystem is mounted on slashsys. Default is /sys.
  • +pseudo-filesystem is mounted on slashsys. Default is /sys. +slashsys must be an absolute path.
  • -d slashdev : assume the device nodes -are to be found in slashdev. Default is /dev.
  • +are to be found in slashdev. Default is /dev. +slashdev must be an absolute path.
  • -F fwbase : assume the firmware files, if any, -are to be found in fwbase. Default is /lib/firmware.
  • +are to be found in fwbase. Default is /lib/firmware. +fwbase must be an absolute path.

    Configuration file

    -- cgit v1.2.3