diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-28 22:10:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-28 22:10:02 +0000 |
commit | 395ce8271849b1e88f77b46ce2ac01acb406649b (patch) | |
tree | 8a79c16575884e92f596c75c30390b51cf75893d | |
parent | 06dbab2d51869b12170edea32f59d709ed6ad0e9 (diff) |
Upgrade to Udev-151. Fixes #2561.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/udev.xml | 12 | ||||
-rw-r--r-- | chapter07/symlinks.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 7 insertions, 19 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5c154cf71..34b7315e8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <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> </listitem> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index f9b665570..04c3c91a2 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -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"> diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 3242f1795..faa9abbd2 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -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> diff --git a/packages.ent b/packages.ent index fe9a8b56d..2864effd0 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> |