From bd7538b84054408fe146f79b8077f574a106d41a Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Wed, 22 Sep 2004 04:50:54 +0000 Subject: Upgraded util-linux, udev, and hotplug to latest versions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4185 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 38ef9e3bf..d6bf3913c 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -23,7 +23,11 @@ Installation of Udev -First compile Udev: +Patch Udev to allow installation of udev.conf to $PREFIX/etc: + +patch -Np1 -i ../udev-&udev-version;-etcdir-2.patch + +Compile Udev: make udevdir=/dev @@ -37,7 +41,7 @@ create device nodes in. Install it: -make udevdir=/dev install +make install Udev's configuration is far from ideal by default, so we install our own configuration files here: -- cgit v1.2.3-54-g00ecf