diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/udev.xml | 6 |
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> |