Author: manuel Date: 2005-10-31 13:03:34 -0700 (Mon, 31 Oct 2005) New Revision: 7115
Modified: trunk/BOOK/chapter03/packages.xml trunk/BOOK/chapter06/udev.xml trunk/BOOK/general.ent Log: Added udev-config-file entity. Modified: trunk/BOOK/chapter03/packages.xml =================================================================== --- trunk/BOOK/chapter03/packages.xml 2005-10-31 19:55:28 UTC (rev 7114) +++ trunk/BOOK/chapter03/packages.xml 2005-10-31 20:03:34 UTC (rev 7115) @@ -403,7 +403,7 @@ <varlistentry> <term>Udev Rules Configuration - 5 KB:</term> <listitem> -<para><ulink url="http://downloads.linuxfromscratch.org/udev-config-5.rules"/></para> +<para><ulink url="http://downloads.linuxfromscratch.org/&udev-config-file;"/></para> </listitem> </varlistentry> Modified: trunk/BOOK/chapter06/udev.xml =================================================================== --- trunk/BOOK/chapter06/udev.xml 2005-10-31 19:55:28 UTC (rev 7114) +++ trunk/BOOK/chapter06/udev.xml 2005-10-31 20:03:34 UTC (rev 7115) @@ -44,7 +44,7 @@ <para>Udev's configuration is far from ideal by default, so install the configuration files here:</para> -<screen><userinput>cp -v ../udev-config-5.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> +<screen><userinput>cp -v ../&udev-config-file; /etc/udev/rules.d/25-lfs.rules</userinput></screen> <para>Install the documentation that explains how to create Udev rules:</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-10-31 19:55:28 UTC (rev 7114) +++ trunk/BOOK/general.ent 2005-10-31 20:03:34 UTC (rev 7115) @@ -78,6 +78,7 @@ <!ENTITY tcl-version "8.4.11"> <!ENTITY texinfo-version "4.8"> <!ENTITY udev-version "071"> +<!ENTITY udev-config-file "udev-config-5.rules"> <!ENTITY util-linux-version "2.12r"> <!ENTITY vim-version "6.4"> <!ENTITY zlib-version "1.2.3"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
