mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to Udev-151. Fixes #2561.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
06dbab2d51
commit
395ce82718
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<para>2010-01-28</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] Upgrade to Udev-151. Fixes
|
||||
<ulink url="&lfs-ticket-root;2561">#2561</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] Upgrade to Linux-2.6.32.6. Fixes
|
||||
<ulink url="&lfs-ticket-root;2559">#2559</ulink>.</para>
|
||||
|
@ -57,10 +57,6 @@ ln -sv /proc/self/fd/1 /lib/udev/devices/stdout
|
||||
ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
|
||||
ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
||||
|
||||
<para>Correct permissions for floppy devices:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e 's/0640/0660/' extras/floppy/60-floppy.rules</userinput></screen>
|
||||
|
||||
<para>Prepare the package for compilation:</para>
|
||||
|
||||
<!-- Note that "libdir=/usr/lib64" would be required for multilib. -->
|
||||
@ -172,14 +168,6 @@ make install</userinput></screen>
|
||||
files provided by Udev:</para>
|
||||
|
||||
<screen><userinput remap="install">make install-extra-doc</userinput></screen>
|
||||
<!--
|
||||
<para>Install the documentation that explains how to create custom Udev
|
||||
rules:</para>
|
||||
|
||||
<screen><userinput remap="install">cd ..
|
||||
install -m644 -v -D docs/writing_udev_rules/index.html \
|
||||
/usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
|
||||
-->
|
||||
</sect2>
|
||||
|
||||
<sect2 id="contents-udev" role="content">
|
||||
|
@ -145,10 +145,6 @@ EOF</userinput></screen>
|
||||
<filename>/dev/webcam</filename> that always point to the correct
|
||||
device.</para>
|
||||
|
||||
<para>More information on writing Udev rules can be found in
|
||||
<filename>/usr/share/doc/udev-&udev-version;/writing_udev_rules/index.html</filename>.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -500,10 +500,10 @@
|
||||
<!ENTITY texinfo-ch6-du "21 MB">
|
||||
<!ENTITY texinfo-ch6-sbu "0.3 SBU">
|
||||
|
||||
<!ENTITY udev-version "150">
|
||||
<!ENTITY udev-size "510 KB">
|
||||
<!ENTITY udev-version "151">
|
||||
<!ENTITY udev-size "498 KB">
|
||||
<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
|
||||
<!ENTITY udev-md5 "4ad5ada5f5cefb2517996825c1d2a7d6">
|
||||
<!ENTITY udev-md5 "aeae0e6273dcbec246c3c1b9868ebed1">
|
||||
<!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev.html">
|
||||
<!ENTITY udev-ch6-du "11.6 MB">
|
||||
<!ENTITY udev-ch6-sbu "0.2 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user