Changeset e6a8f74


Ignore:
Timestamp:
11/07/2005 07:58:31 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1.1
Children:
400ae369
Parents:
40aa79a
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r40aa79a re6a8f74  
    4242</itemizedlist>
    4343</listitem>
     44
     45<listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
     46on the host system (fixes bug 1651).  Thanks to Alexander Patrakov for the
     47report and the fix.</para></listitem>
    4448
    4549<listitem><para>November 5, 2005 [matt]: Add a note to the toolchain sanity
  • chapter06/udev.xml

    r40aa79a re6a8f74  
    4646<para>Install the package:</para>
    4747
    48 <screen><userinput>make udevdir=/dev install</userinput></screen>
     48<screen><userinput>make DESTDIR=/ udevdir=/dev install</userinput></screen>
     49
     50<para>The meaning of the make option:</para>
     51
     52<variablelist>
     53  <varlistentry>
     54    <term><parameter>DESTDIR=/</parameter>
     55    </term>
     56    <listitem>
     57      <para>This prevents the Udev build process from killing any
     58        <command>udevd</command> processes that may be running on the host
     59        system.
     60      </para>
     61    </listitem>
     62  </varlistentry>
     63</variablelist>
    4964
    5065<para>Udev's configuration is far from ideal by default, so install
  • general.ent

    r40aa79a re6a8f74  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20051105">
    3 <!ENTITY releasedate "November 5, 2005">
     2<!ENTITY version "TESTING-20051107">
     3<!ENTITY releasedate "November 7, 2005">
    44<!ENTITY milestone "6.1.1">
    55<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.