Ignore:
Timestamp:
Feb 21, 2006, 12:56:30 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
97074be
Parents:
db63ccc
Message:

r672@server (orig r670): manuel | 2005-11-09 03:15:53 -0800
Stop Udev from killing udevd processes on the system and removed udevdir=/dev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/udev.xml

    rdb63ccc r9090bd7  
    3838    <para os="c">Compile the package:</para>
    3939
    40 <screen><userinput>make EXTRAS="extras/firmware extras/run_directory" udevdir=/dev</userinput></screen>
     40<screen><userinput>make EXTRAS="extras/firmware extras/run_directory"</userinput></screen>
    4141
    4242    <variablelist os="d">
     
    4444
    4545      <varlistentry>
    46       <term><parameter>udevdir=/dev</parameter></term>
    47         <listitem>
    48           <para>This tells <command>udev</command> in which directory
    49           devices nodes are to be created.</para>
     46      <term><parameter>EXTRAS="extras/firmware extras/run_directory"</parameter></term>
     47        <listitem>
     48          <para>This builds the <command>udev_run_devd</command> and
     49          <command>udev_run_hotplugd</command> binaries, which are required for
     50          correct handling of hotpluggable devices.</para>
    5051        </listitem>
    5152      </varlistentry>
     
    5859    <para os="f">Install the package:</para>
    5960
    60 <screen os="g"><userinput>make EXTRAS="extras/firmware extras/run_directory" udevdir=/dev install</userinput></screen>
    61 
     61<screen os="g"><userinput>make DESTDIR=/ EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
     62
     63    <variablelist os="g1">
     64      <title>The meaning of the make parameter:</title>
     65
     66      <varlistentry>
     67      <term><parameter>DESTDIR=/</parameter></term>
     68        <listitem>
     69          <para>This prevents the Udev build process from killing any
     70          <command>udevd</command> processes that may be running on the
     71          system.</para>
     72        </listitem>
     73      </varlistentry>
     74
     75    </variablelist>
    6276    <para os="h">Udev's configuration is far from ideal by default, so install
    6377    the configuration files here:</para>
Note: See TracChangeset for help on using the changeset viewer.