diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/udev.xml | 5 | ||||
-rw-r--r-- | packages.ent | 10 | ||||
-rw-r--r-- | patches.ent | 4 |
6 files changed, 17 insertions, 25 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 01674c14d..5ca0d28af 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,18 @@ --> <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> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 9f054e28a..96d72157d 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -205,9 +205,6 @@ <para>&linux-unifdef-patch;</para> </listitem> <listitem> - <para>&udev-sas-patch;</para> - </listitem> - <listitem> <para>&util-linux-lseek-patch;</para> </listitem> </itemizedlist> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index f12e2704e..5268eb9f5 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -276,14 +276,6 @@ </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> <para>Download: <ulink url="&patches-root;&util-linux-cramfs-patch;"/></para> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index db047aaa4..64301e619 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -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 \ diff --git a/packages.ent b/packages.ent index 160580bd6..2f1f8bfb0 100644 --- a/packages.ent +++ b/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"> diff --git a/patches.ent b/patches.ent index 235d49248..bdffa2fdf 100644 --- a/patches.ent +++ b/patches.ent @@ -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"> |