Ver Fonte

Upgrade to Udev-154. Fixes #2639.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess há 15 anos atrás
pai
commit
744dcc9fb4
3 ficheiros alterados com 9 adições e 16 exclusões
  1. 4 0
      chapter01/changelog.xml
  2. 2 13
      chapter06/udev.xml
  3. 3 3
      packages.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <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>

+ 2 - 13
chapter06/udev.xml

@@ -122,23 +122,12 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
 
 <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>
-
-<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>
+    <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/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

+ 3 - 3
packages.ent

@@ -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">