From e6a8f74c8f69300eb5c6ae2b99d45dc9b1941b59 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 7 Nov 2005 19:58:31 +0000 Subject: [PATCH] Stop the Udev build process from killing the hosts' udevd process git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/udev.xml | 17 ++++++++++++++++- general.ent | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 58aaf169b..2f77d6741 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,10 @@ First a summary, then a detailed log. +November 7, 2005 [matt]: Stop Udev from killing udevd processes +on the host system (fixes bug 1651). Thanks to Alexander Patrakov for the +report and the fix. + November 5, 2005 [matt]: Add a note to the toolchain sanity check in chapter 5 to explain that if TCL fails to build, it's an indication of a broken toolchain (bug 1581). diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 36949fde2..29282b70e 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -45,7 +45,22 @@ devices nodes are to be created. Install the package: -make udevdir=/dev install +make DESTDIR=/ udevdir=/dev 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: diff --git a/general.ent b/general.ent index b15dd2c99..bc1e28055 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +