mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Stop the Udev build process from killing the hosts' udevd process
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
40aa79a77f
commit
e6a8f74c8f
@ -42,6 +42,10 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
|
||||
on the host system (fixes bug 1651). Thanks to Alexander Patrakov for the
|
||||
report and the fix.</para></listitem>
|
||||
|
||||
<listitem><para>November 5, 2005 [matt]: Add a note to the toolchain sanity
|
||||
check in chapter 5 to explain that if TCL fails to build, it's an indication of
|
||||
a broken toolchain (bug 1581).</para></listitem>
|
||||
|
@ -45,7 +45,22 @@ devices nodes are to be created.</para></listitem>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput>make udevdir=/dev install</userinput></screen>
|
||||
<screen><userinput>make DESTDIR=/ udevdir=/dev install</userinput></screen>
|
||||
|
||||
<para>The meaning of the make option:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>DESTDIR=/</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>This prevents the Udev build process from killing any
|
||||
<command>udevd</command> processes that may be running on the host
|
||||
system.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Udev's configuration is far from ideal by default, so install
|
||||
the configuration files here:</para>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "TESTING-20051105">
|
||||
<!ENTITY releasedate "November 5, 2005">
|
||||
<!ENTITY version "TESTING-20051107">
|
||||
<!ENTITY releasedate "November 7, 2005">
|
||||
<!ENTITY milestone "6.1.1">
|
||||
<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user