Author: matthew
Date: 2010-05-21 16:25:17 -0600 (Fri, 21 May 2010)
New Revision: 9271
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/udev.xml
trunk/BOOK/packages.ent
Log:
Upgrade to Udev-154. Fixes #2639.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-05-21 22:24:39 UTC (rev 9270)
+++ trunk/BOOK/chapter01/changelog.xml 2010-05-21 22:25:17 UTC (rev 9271)
@@ -40,6 +40,10 @@
<para>2010-05-21</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to Udev-154. Fixes
+ <ulink url="&lfs-ticket-root;2639">#2639</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Zlib-1.2.5. Fixes
<ulink url="&lfs-ticket-root;2638">#2638</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml 2010-05-21 22:24:39 UTC (rev 9270)
+++ trunk/BOOK/chapter06/udev.xml 2010-05-21 22:25:17 UTC (rev 9271)
@@ -122,23 +122,12 @@
<screen><userinput remap="install">make install</userinput></screen>
- <para>Udev has to be configured in order to work properly, as its default
- configuration does not cover all devices. First install two extra rules
- files from Udev to help support device-mapper and RAID setups:</para>
+ <para>Udev's default configuration covers most but not all devices. Install
+ a file to create symlinks for certain hand-held devices:</para>
-<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \
- /lib/udev/rules.d/</userinput></screen>
-
- <para>Now install a file to create symlinks for certain hand-held
devices:</para>
-
<screen><userinput remap="install">install -m644 -v
rules/packages/40-pilot-links.rules \
/lib/udev/rules.d/</userinput></screen>
- <para>Now install a file to handle ISDN devices:</para>
-
-<screen><userinput remap="install">install -m644 -v
rules/packages/40-isdn.rules \
- /lib/udev/rules.d/</userinput></screen>
-
<!-- There are more files available in the packages/ directory, if we want
to consider using them. Most are probably irrelevant to LFS though.
"alsa" isn't, but we already have those rules, using a better set of
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2010-05-21 22:24:39 UTC (rev 9270)
+++ trunk/BOOK/packages.ent 2010-05-21 22:25:17 UTC (rev 9271)
@@ -513,10 +513,10 @@
<!ENTITY texinfo-ch6-du "21 MB">
<!ENTITY texinfo-ch6-sbu "0.3 SBU">
-<!ENTITY udev-version "151">
-<!ENTITY udev-size "498 KB">
+<!ENTITY udev-version "154">
+<!ENTITY udev-size "520 KB">
<!ENTITY udev-url
"&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
-<!ENTITY udev-md5 "aeae0e6273dcbec246c3c1b9868ebed1">
+<!ENTITY udev-md5 "28064e0325050a1eedec4c142da65ea7">
<!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev.html">
<!ENTITY udev-ch6-du "11.6 MB">
<!ENTITY udev-ch6-sbu "0.2 SBU">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page