aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-31 20:03:34 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-31 20:03:34 +0000
commitc8c82227846cf39824246cc2b3beb68be234d0a3 (patch)
treeabcf34ae6e8b063c1e06e33082c8a69dcc9e48d2
parent804a46a4a407c3e057430e397d61eec513680da1 (diff)
Added udev-config-file entity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter03/packages.xml2
-rw-r--r--chapter06/udev.xml2
-rw-r--r--general.ent1
3 files changed, 3 insertions, 2 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 316a7a0a9..bd078c108 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -403,7 +403,7 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
<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>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 77b2490d4..0d2ba3618 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -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>
diff --git a/general.ent b/general.ent
index 759f21bc3..b67301ed8 100644
--- a/general.ent
+++ b/general.ent
@@ -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">