From 09043c0e9a1868974553f8252029b321c233fa49 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 7 Nov 2005 19:50:41 +0000 Subject: Stop the Udev build process from killing the hosts' udevd process git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 3dec54930..96c908e40 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -34,12 +34,42 @@ make EXTRAS=extras/run_directory +The meaning of the make option: + + + + EXTRAS=extras/run_directory + + + This builds the udev_run_devd and + udev_run_hotplugd binaries, which are required for + correct handling of hotpluggable devices. + + + + + To test the results, issue: make test. Install the package: -make EXTRAS=extras/run_directory install +make DESTDIR=/ EXTRAS=extras/run_directory install + +The meaning of the make option: + + + + DESTDIR=/ + + + This prevents the Udev build process from killing any + udevd processes that may be running on the host + system. + + + + Udev's configuration is far from ideal by default, so install the configuration files here: -- cgit v1.2.3-54-g00ecf