Upgrade to Udev-154. Fixes #2639.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2010-05-21 22:25:17 +00:00
parent 7b83ec50b6
commit 744dcc9fb4
3 changed files with 9 additions and 16 deletions

View File

@ -39,6 +39,10 @@
<listitem> <listitem>
<para>2010-05-21</para> <para>2010-05-21</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Udev-154. Fixes
<ulink url="&lfs-ticket-root;2639">#2639</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Upgrade to Zlib-1.2.5. Fixes <para>[matthew] - Upgrade to Zlib-1.2.5. Fixes
<ulink url="&lfs-ticket-root;2638">#2638</ulink>.</para> <ulink url="&lfs-ticket-root;2638">#2638</ulink>.</para>

View File

@ -122,23 +122,12 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>Udev has to be configured in order to work properly, as its default <para>Udev's default configuration covers most but not all devices. Install
configuration does not cover all devices. First install two extra rules a file to create symlinks for certain hand-held devices:</para>
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>
<screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \ <screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \
/lib/udev/rules.d/</userinput></screen> /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 <!-- There are more files available in the packages/ directory, if we want
to consider using them. Most are probably irrelevant to LFS though. 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 "alsa" isn't, but we already have those rules, using a better set of

View File

@ -513,10 +513,10 @@
<!ENTITY texinfo-ch6-du "21 MB"> <!ENTITY texinfo-ch6-du "21 MB">
<!ENTITY texinfo-ch6-sbu "0.3 SBU"> <!ENTITY texinfo-ch6-sbu "0.3 SBU">
<!ENTITY udev-version "151"> <!ENTITY udev-version "154">
<!ENTITY udev-size "498 KB"> <!ENTITY udev-size "520 KB">
<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2"> <!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-home "&kernel;linux/utils/kernel/hotplug/udev.html">
<!ENTITY udev-ch6-du "11.6 MB"> <!ENTITY udev-ch6-du "11.6 MB">
<!ENTITY udev-ch6-sbu "0.2 SBU"> <!ENTITY udev-ch6-sbu "0.2 SBU">