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 | |
parent | 4f7457758afebf2214ad63edc3c6c49a51e0a3e5 (diff) |
Explained the udevdir parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/udev.xml | 8 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 13 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0f47160df..bf3773ab2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -76,6 +76,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 14, 2004 [matt]: chapter06/udev.xml - Explained udevdir +option</para></listitem> + <listitem><para>July 6, 2004 [matt]: Upgraded to sed-4.1.1.</para></listitem> <listitem><para>July 5, 2004 [alexander]: Updated GCC testresults 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> diff --git a/general.ent b/general.ent index 6072076a7..832254799 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20040705"> -<!ENTITY releasedate "July 5, 2004"> +<!ENTITY version "SVN-20040714"> +<!ENTITY releasedate "July 14, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |