Changeset 9090bd7


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.

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • boot/64/udev.xml

    rdb63ccc r9090bd7  
    2929    xpointer="xpointer(//*[@os='c'])"/>
    3030
    31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" udevdir=/dev</userinput></screen>
     31<screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \
     32    EXTRAS="extras/firmware extras/run_directory"</userinput></screen>
    3233
    3334    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/common/udev.xml

    rdb63ccc r9090bd7  
    2929    xpointer="xpointer(//*[@os='c'])"/>
    3030
    31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC}" LD="${CC}"  udevdir=/dev</userinput></screen>
     31<screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC}" LD="${CC}" \
     32    EXTRAS="extras/firmware extras/run_directory"</userinput></screen>
    3233
    3334    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3940    xpointer="xpointer(//*[@os='f'])"/>
    4041
    41 <screen os="aa"><userinput>make DESTDIR=${LFS} udevdir=/dev install</userinput></screen>
     42<screen os="aa"><userinput>make DESTDIR=${LFS} EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
    4243
    4344    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/multilib/udev.xml

    rdb63ccc r9090bd7  
    2929    xpointer="xpointer(//*[@os='c'])"/>
    3030
    31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" udevdir=/dev</userinput></screen>
     31<screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \
     32    EXTRAS="extras/firmware extras/run_directory"</userinput></screen>
    3233
    3334    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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>
  • final-system/multilib/udev.xml

    rdb63ccc r9090bd7  
    4646    href="../common/udev.xml"
    4747    xpointer="xpointer(//*[@os='g'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../common/udev.xml"
     51    xpointer="xpointer(//*[@os='g1'])"/>
    4852
    4953    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • introduction/common/changelog.xml

    rdb63ccc r9090bd7  
    4242      <para>November 9, 2005</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[manuel] - Stop Udev from killing udevd processes on the
     46          system and removed udevdir=/dev. Ported from LFS-SVN.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[manuel] - Install the binaries from Less to /usr/bin instead
  • the-end/reboot.xml

    rdb63ccc r9090bd7  
    3232<screen><userinput>logout</userinput></screen>
    3333
    34   <para>Stop the <command>udevd</command> daemon that Udev started earlier,
    35   then unmount the virtual files systems:</para>
     34  <para>Then unmount the virtual files systems:</para>
    3635
    37 <screen><userinput>pkill udevd
    38 umount $LFS/dev/pts
     36<screen><userinput>umount $LFS/dev/pts
    3937umount $LFS/dev/shm
    4038umount $LFS/dev
Note: See TracChangeset for help on using the changeset viewer.