aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-10-12 08:44:14 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-10-12 08:44:14 +0000
commit3a2442d1fbfdcf152518fe6211d1e8e531ad34f7 (patch)
tree931d42ee3c1cbb0575a40568768551a1792af382 /chapter05
parentf4f0cb411c328f49d0342675473bc77dee553265 (diff)
Upgrade to Man-pages and udev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/udev.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter05/udev.xml b/chapter05/udev.xml
index 4f6ef8dcf..e4100630a 100644
--- a/chapter05/udev.xml
+++ b/chapter05/udev.xml
@@ -29,11 +29,7 @@
<sect2 role="installation">
<title>Installation of Udev</title>
-<para>Patch Udev to allow for udev.conf to be found in $PREFIX/etc:</para>
-
-<screen><userinput>patch -Np1 -i ../udev-&udev-version;-etcdir-2.patch</userinput></screen>
-
-<para>Now compile Udev:</para>
+<para>Compile Udev:</para>
<screen><userinput>make prefix=/tools udevdir=/dev</userinput></screen>