aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml12
1 files changed, 2 insertions, 10 deletions
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 @@
<para>Compile the package:</para>
-<screen><userinput>make udevdir=/dev</userinput></screen>
-
-<variablelist>
-<varlistentry>
-<term><parameter>udevdir=/dev</parameter></term>
-<listitem><para>This tells <command>udev</command> in which directory
-devices nodes are to be created.</para></listitem>
-</varlistentry>
-</variablelist>
+<screen><userinput>make</userinput></screen>
<para>To test the results, issue:
<userinput>make test</userinput>.</para>
<para>Install the package:</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 install
the configuration files here:</para>