%general-entities; ]> Udev-&udev-version; Udev boot <para>The Udev package contains programs for dynamic creation of device nodes.</para> </sect2> <sect2 role="installation"> <title>Installation of Udev Compile the package: make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC}" LD="${CC}" Install the package: make DESTDIR=${CLFS} install Contents of Udev Installed programs Installed directory udevcontrol, udevd, udevinfo, udevmonitor, udevsend, udevtest, and udevtrigger /etc/udev Short Descriptions udevcontrol Configures a number of options for the running udevd daemon, such as the log level. udevcontrol udevd A daemon that reorders hotplug events before submitting them to udev, thus avoiding various race conditions udevd udevinfo Allows users to query the udev database for information on any device currently present on the system; it also provides a way to query any device in the sysfs tree to help create udev rules udevinfo udevmonitor Prints the event received from the kernel and the event which udev sends out after rule processing udevmonitor udevsettle Watches the Udev event queue and exits if all current uevents have been handled udevsettle udevtest Simulates a udev run for the given device, and prints out the name of the node the real udev would have created or the name of the renamed network interface udevtest udevtrigger Walks the sysfs tree for devices that need to be added to the system. udevtrigger /etc/udev Contains udev configuration files, device permissions, and rules for device naming /etc/udev /lib/udev Contains udev helper programs and static devices which get copied to /dev when booted. /lib/udev