diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-31 20:03:34 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-31 20:03:34 +0000 |
commit | c8c82227846cf39824246cc2b3beb68be234d0a3 (patch) | |
tree | abcf34ae6e8b063c1e06e33082c8a69dcc9e48d2 /chapter06 | |
parent | 804a46a4a407c3e057430e397d61eec513680da1 (diff) |
Added udev-config-file entity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |