diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-07-14 20:20:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-07-14 20:20:02 +0000 |
commit | a766a93bec86d344eaec47716647e07f8a101bbb (patch) | |
tree | 0ee5f355ee3f6ad718c9fed7af9df48a74350faa /chapter06/udev.xml | |
parent | 4f7457758afebf2214ad63edc3c6c49a51e0a3e5 (diff) |
Explained the udevdir parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 458ace5a6..660a78743 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -27,6 +27,14 @@ <screen><userinput>make udevdir=/dev</userinput></screen> +<variablelist> +<varlistentry> +<term><parameter>udevdir=/dev</parameter></term> +<listitem><para>This tells <command>udev</command> which directory it is to +create device nodes in.</para></listitem> +</varlistentry> +</variablelist> + <para>Install it:</para> <screen><userinput>make udevdir=/dev install</userinput></screen> |