Changeset 18bba3d


Ignore:
Timestamp:
Sep 7, 2006, 9:52:49 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
9402395
Parents:
57a40c9
Message:

Updated udev command descriptions and text, and removed more instances of the obsolete udevdir parameter

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • boot/multilib/udev.xml

    r57a40c9 r18bba3d  
    2828
    2929<screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" \
    30     LD="${CC} ${BUILD64}" udevdir=/dev</userinput></screen>
     30    LD="${CC} ${BUILD64}"</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • bootscripts/common/udev-rules.xml

    r57a40c9 r18bba3d  
    149149        <term><command>load_floppy_module.sh</command></term>
    150150        <listitem>
    151           <para>To be Written.</para>
     151          <para>Checks to see if a floppy drive exists before loading
     152          the floppy drive module into memory.</para>
    152153          <indexterm zone="ch-scripts-udev-rules load_floppy_module.sh">
    153154            <primary sortas="d-load_floppy_module.sh">load_floppy_module.sh</primary>
     
    159160        <term><command>show_event_log</command></term>
    160161        <listitem>
    161           <para>To be Written.</para>
     162          <para>Displays Udev log messages from /var/log/messages.</para>
    162163          <indexterm zone="ch-scripts-udev-rules show_event_log">
    163164            <primary sortas="d-show_event_log">show_event_log</primary>
     
    176177      </varlistentry>
    177178
    178       <varlistentry id="udev_retry">
    179         <term><command>udev_retry</command></term>
    180         <listitem>
    181           <para>To be Written.</para>
    182           <indexterm zone="ch-scripts-udev-rules udev_retry">
    183             <primary sortas="d-udev_retry">udev_retry</primary>
    184           </indexterm>
    185         </listitem>
    186       </varlistentry>
    187 
    188179    </variablelist>
    189180
  • final-system/common/udev.xml

    r57a40c9 r18bba3d  
    3030<screen os="b"><userinput>make EXTRAS="extras/floppy extras/cdrom_id extras/firmware \
    3131    extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \
    32     extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev</userinput></screen>
     32    extras/edd_id extras/dasd_id extras/path_id"</userinput></screen>
    3333
    3434    <variablelist os="c">
     
    6161    EXTRAS="extras/floppy extras/cdrom_id extras/firmware \
    6262    extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \
    63     extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev install</userinput></screen>
     63    extras/edd_id extras/dasd_id extras/path_id" install</userinput></screen>
    6464
    6565    <variablelist os="i">
  • final-system/multilib/udev.xml

    r57a40c9 r18bba3d  
    2222    <title>Installation of Udev</title>
    2323
    24     <para os="p1">This patch updates moves /lib/udev to /lib64/udev, to keep
     24    <para os="p1">This patch moves /lib/udev to /lib64/udev, to keep
    2525    system consistency:</para>
    2626
     
    3333<screen os="b"><userinput>make CC="gcc ${BUILD64}" LD="gcc ${BUILD64}" \
    3434 EXTRAS="extras/cdrom_id extras/floppy extras/firmware extras/scsi_id extras/volume_id \
    35             extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev</userinput></screen>
     35            extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/path_id"</userinput></screen>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.