mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Ported 6.1 related fixes from trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1e91bc9f78
commit
551f481a03
@ -82,6 +82,21 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>April 4, 2005 [matt]: Typo: The udev initscript
|
||||
registers udevsend, not udev, as the hotplug handler (Bryan
|
||||
Kadzban)</para></listitem>
|
||||
|
||||
<listitem><para>April 4, 2005 [matt]: No need to manually create
|
||||
<filename class="directory">/var/log/hotplug</filename> as hotplug's Makefile
|
||||
creates it (Ken Moffat). Also minor rewording to improve consistency.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat
|
||||
& Greg Schafer)</para></listitem>
|
||||
|
||||
<listitem><para>April 4, 2005 [matt]: Mention bzip2's testsuite</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>April 2, 2005 [jhuntwork]: Fixed dtd url for sysklogd xml files</para></listitem>
|
||||
|
||||
<listitem><para>March 31, 2005 [jhuntwork]: Changed the link for less to point to ftp.gnu.org</para></listitem>
|
||||
|
@ -36,6 +36,10 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, and Texinfo</seg></seglis
|
||||
<screen><userinput>mkdir build
|
||||
cd build</userinput></screen>
|
||||
|
||||
<para>Fix a compilation error in E2fsprogs' testsuite:</para>
|
||||
|
||||
<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in</userinput></screen>
|
||||
|
||||
<para>Prepare E2fsprogs for compilation:</para>
|
||||
|
||||
<screen><userinput>../configure --prefix=/usr --with-root-prefix="" \
|
||||
|
@ -50,14 +50,11 @@ that reason, remove the network hotplug agent:</para>
|
||||
|
||||
<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
|
||||
|
||||
<para>For logging of hotplug events we will create a directory and a
|
||||
blank file. This file will show all the information passed to hotplug:</para>
|
||||
<para>Create a file that is necessary for the logging of hotplug events:</para>
|
||||
|
||||
<screen><userinput>mkdir /var/log/hotplug
|
||||
touch /var/log/hotplug/events</userinput></screen>
|
||||
<screen><userinput>touch /var/log/hotplug/events</userinput></screen>
|
||||
|
||||
<para>For firmware to be loaded by hotplug we will create the necessary
|
||||
directory:</para>
|
||||
<para>Create a directory for storing firmware that can be loaded by hotplug:</para>
|
||||
|
||||
<screen><userinput>mkdir /lib/firmware</userinput></screen>
|
||||
|
||||
|
@ -113,7 +113,7 @@ handler.</quote> When a new device connection is detected by the
|
||||
kernel, the kernel will generate a hotplug event and look at the file
|
||||
<filename>/proc/sys/kernel/hotplug</filename> to find out the
|
||||
userspace program that handles the device's connection. The
|
||||
<command>udev</command> initscript registered <command>udev</command>
|
||||
<command>udev</command> initscript registered <command>udevsend</command>
|
||||
as this handler. When these hotplug events are generated, the kernel
|
||||
will tell <command>udev</command> to check the <filename
|
||||
class="directory">/sys</filename> filesystem for the information
|
||||
|
Loading…
Reference in New Issue
Block a user