diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-17 13:55:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-17 13:55:11 +0000 |
commit | 4fd2af154081f40877c4c02b4518e0000ea968bc (patch) | |
tree | 8c3badc9643c03f78f4f049e6103e530f86d184c /chapter06 | |
parent | 8dc8eb42fea3e6a906a7cbc14189d10e587b6601 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 12 |
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> |