diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-22 04:50:54 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-22 04:50:54 +0000 |
commit | bd7538b84054408fe146f79b8077f574a106d41a (patch) | |
tree | 143339e09175e3a29e2b3ec0401bdd5e41f45757 /chapter06 | |
parent | 091d533ffd247d1eb420c6ee3a09589afcc2c490 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 8 |
1 files changed, 6 insertions, 2 deletions
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 @@ <sect2 role="installation"> <title>Installation of Udev</title> -<para>First compile Udev:</para> +<para>Patch Udev to allow installation of udev.conf to $PREFIX/etc:</para> + +<screen><userinput>patch -Np1 -i ../udev-&udev-version;-etcdir-2.patch</userinput></screen> + +<para>Compile Udev:</para> <screen><userinput>make udevdir=/dev</userinput></screen> @@ -37,7 +41,7 @@ create device nodes in.</para></listitem> <para>Install it:</para> -<screen><userinput>make udevdir=/dev install</userinput></screen> +<screen><userinput>make install</userinput></screen> <para>Udev's configuration is far from ideal by default, so we install our own configuration files here:</para> |