mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Update to udev-102 and udev-config-20061014.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7828 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
87a779d6a8
commit
9749dc513b
@ -36,6 +36,18 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2006-10-15</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bryan] - Upgrade to udev-102, remove patch.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bryan] - Upgrade to udev-config-20061014.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2006-10-05</para>
|
||||
<itemizedlist>
|
||||
|
@ -204,9 +204,6 @@
|
||||
<listitem>
|
||||
<para>&linux-unifdef-patch;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&udev-sas-patch;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&util-linux-lseek-patch;</para>
|
||||
</listitem>
|
||||
|
@ -275,14 +275,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Udev SAS path_id Patch - <token>&udev-sas-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&udev-sas-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&udev-sas-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Util-linux Cramfs Patch - <token>&util-linux-cramfs-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -51,11 +51,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>Linux-2.6.18 and newer have changed the sysfs layout for SAS devices.
|
||||
The following patch fixes Udev's path_id script to handle the new layout:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&udev-sas-patch;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
|
||||
|
10
packages.ent
10
packages.ent
@ -480,18 +480,18 @@
|
||||
<!ENTITY texinfo-ch6-du "16.6 MB">
|
||||
<!ENTITY texinfo-ch6-sbu "0.2 SBU">
|
||||
|
||||
<!ENTITY udev-version "101">
|
||||
<!ENTITY udev-size "194 KB">
|
||||
<!ENTITY udev-version "102">
|
||||
<!ENTITY udev-size "195 KB">
|
||||
<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
|
||||
<!ENTITY udev-md5 "540cea51e02c28bab38e3aa568082652">
|
||||
<!ENTITY udev-md5 "734e4ef5d5aa28b226f9dfa0f47c1806">
|
||||
<!ENTITY udev-home "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">
|
||||
<!ENTITY udev-ch6-du "5.8 MB">
|
||||
<!ENTITY udev-ch6-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY udev-config "udev-config-20061004">
|
||||
<!ENTITY udev-config "udev-config-20061014">
|
||||
<!ENTITY udev-config-size "4 KB">
|
||||
<!ENTITY udev-config-url "http://www.linuxfromscratch.org/lfs/downloads/development/&udev-config;.tar.bz2">
|
||||
<!ENTITY udev-config-md5 "3c30ae65c9f870c3211cfac889008510">
|
||||
<!ENTITY udev-config-md5 "c4802b5f4e961e481a8b21e8abe7f793">
|
||||
<!ENTITY udev-config-home " ">
|
||||
|
||||
<!ENTITY util-linux-version "2.12r">
|
||||
|
@ -147,10 +147,6 @@
|
||||
<!ENTITY texinfo-tempfile_fix-patch-md5 "559bda136a2ac7777ecb67511227af85">
|
||||
<!ENTITY texinfo-tempfile_fix-patch-size "2.2 KB">
|
||||
|
||||
<!ENTITY udev-sas-patch "udev-&udev-version;-fix-sas-path_id-1.patch">
|
||||
<!ENTITY udev-sas-patch-md5 "a4f7daa5e40569f7187361590dd07f90">
|
||||
<!ENTITY udev-sas-patch-size "2.7 KB">
|
||||
|
||||
<!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">
|
||||
<!ENTITY util-linux-cramfs-patch-md5 "1c3f40b30e12738eb7b66a35b7374572">
|
||||
<!ENTITY util-linux-cramfs-patch-size "2.8 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user