diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-15 19:40:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-15 19:40:41 +0000 |
commit | aff56c693f7be17c74a9850859706e09a0d6d735 (patch) | |
tree | 3e1674547e3578302aac230326d1ad1da2e59607 | |
parent | 2a806ff9c81bf63ea74e31b5d852e22be30df8bc (diff) |
Update the Udev rules file (merged from trunk r7026)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter06/udev.xml | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c6d7409ba..405fcf9af 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>October 15, 2005 [matt]: Use an updated version of the Udev +rules file (fixes bug 1639).</para></listitem> + <listitem><para>October 15, 2005 [matt]: Add a cdrom group as required by the Udev rules file</para></listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 6bff13547..81770b398 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -396,7 +396,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note> <varlistentry> <term>Udev Rules Configuration - 5 KB:</term> <listitem> -<para><ulink url="http://downloads.linuxfromscratch.org/udev-config-3.rules"/></para> +<para><ulink url="http://downloads.linuxfromscratch.org/udev-config-4.rules"/></para> </listitem> </varlistentry> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index ef3e09e9a..9796a3343 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 ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> +<screen><userinput>cp ../udev-config-4.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> <!-- Edit Me --> <para>Run the <command>udevstart</command> program to create our full |