1 Usual options for udev installed in the root filesystem are:
7 --with-rootlibdir=/lib64 \
8 --libexecdir=/lib/udev \
13 Usually /usr, prefix for man pages, include files.
17 Usually /sbin, the place for udevd and udevadm.
19 Usually /lib/udev, the udev private directory.
21 Compile-in verbose debug messages. Usually not needed,
22 it increases the size of the binaries.
24 Disable all logging and compile-out all log strings. This
25 is not recommended, as it makes it almost impossible to debug
26 udev in the running system.
28 Link against SELinux libraries to set the expected context
31 Disable the build of all extras which have larger external
32 dependencies like glib, libacl, libusb, ...
34 The options used in a RPM spec file usually look like:
37 --sysconfdir=%{_sysconfdir} \
40 --with-rootlibdir=/%{_lib} \
41 --libexecdir=/lib/udev \
44 The defined location for scripts and binaries which are called
45 from rules is /lib/udev/ on all systems and architectures. Any
46 other location will break other packages, who rightfully expect
47 the /lib/udev/ directory, to install their rule helper and udev
50 It is recommended to use the /lib/udev/devices/ directory to place
51 device nodes, directories and symlinks, which are copied to /dev/
52 at every bootup. That way, nodes for devices which can not be
53 detected automatically, or are activated on-demand by opening the
54 pre-existing device node, will be available.
56 Default udev rules and persistent device naming rules are required
57 by other software that depends on the data udev collects from the
58 devices, and should therefore be installed by default with every udev