From 4fd2af154081f40877c4c02b4518e0000ea968bc Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 17 Sep 2005 13:55:11 +0000 Subject: Upgrade to udev 070 and remove the unnecessary udevdir=/dev parameter git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index bdd6c9aee..d1e7d8291 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -32,22 +32,14 @@ Compile the package: -make udevdir=/dev - - - -udevdir=/dev -This tells udev in which directory -devices nodes are to be created. - - +make To test the results, issue: make test. Install the package: -make udevdir=/dev install +make install Udev's configuration is far from ideal by default, so install the configuration files here: -- cgit v1.2.3-54-g00ecf