diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-31 20:07:19 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-31 20:07:19 +0000 |
commit | f4116d459e64997723cd630bca8605344dea0f42 (patch) | |
tree | 1c1c76f23e89661f381555d3b3b2f159303e921a | |
parent | aee63d83641ecce7308a8e1fc4a49ae8e3bde287 (diff) |
Added udev-config-file entity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter06/udev.xml | 2 | ||||
-rw-r--r-- | general.ent | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 8299c9853..3b5789ac7 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-4.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 6d954bae2..36949fde2 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -50,7 +50,7 @@ devices nodes are to be created.</para></listitem> <para>Udev's configuration is far from ideal by default, so install the configuration files here:</para> -<screen><userinput>cp -v ../udev-config-4.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> <!-- Edit Me --> <para>Run the <command>udevstart</command> program to create our full diff --git a/general.ent b/general.ent index ec584578c..d458e2145 100644 --- a/general.ent +++ b/general.ent @@ -78,6 +78,7 @@ <!ENTITY tcl-version "8.4.9"> <!ENTITY texinfo-version "4.8"> <!ENTITY udev-version "056"> +<!ENTITY udev-config-file "udev-config-4.rules"> <!ENTITY util-linux-version "2.12q"> <!ENTITY vim-version "6.3"> <!ENTITY zlib-version "1.2.3"> |