Changeset 3a9adc5c


Ignore:
Timestamp:
Sep 7, 2008, 9:52:34 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
37a0da5
Parents:
28d6895
Message:

Update the list of files that udev installs. Add a changelog entry for all of the text changes today.

Location:
BOOK
Files:
2 edited

Legend:

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

    r28d6895 r3a9adc5c  
    9696
    9797      <seglistitem>
    98         <seg>udevcontrol, udevd, udevinfo, udevmonitor, udevsettle,
    99         udevtest, and udevtrigger</seg>
     98        <seg>udevadm, udevd, udevinfo, (symlink to udevadm),
     99        udevsettle (symlink to udevadm)</seg>
    100100        <seg>libvolume_id</seg>
    101         <seg>/etc/udev</seg>
     101        <seg>/etc/udev, /lib/udev</seg>
    102102      </seglistitem>
    103103    </segmentedlist>
     
    108108      <?dbhtml list-presentation="table"?>
    109109
    110       <varlistentry id="udevcontrol">
    111         <term><command>udevcontrol</command></term>
     110      <varlistentry id="udevadm">
     111        <term><command>udevadm</command></term>
     112        <listitem>
     113          <para>This program combines <command>udevinfo</command>,
     114          <command>udevtrigger</command>, <command>udevsettle</command>,
     115          <command>udevcontrol</command>, <command>udevmonitor</command>,
     116          and <command>udevtest</command> into one command.</para>
     117          <indexterm zone="ch-system-udev udevadm">
     118            <primary sortas="b-udevadm">udevadm</primary>
     119          </indexterm>
     120        </listitem>
     121      </varlistentry>
     122
     123      <varlistentry id="udevadm-control">
     124        <term><command>udevadm control</command></term>
    112125        <listitem>
    113126          <para>Configures a number of options for the running
    114           <command>udevd</command> daemon, such as the log level.</para>
    115           <indexterm zone="ch-system-udev udevcontrol">
    116             <primary sortas="b-udevcontrol">udevcontrol</primary>
     127          <command>udevd</command> daemon, such as the log level. (Symlink to
     128          udevadm)</para>
     129          <indexterm zone="ch-system-udev udevadm-control">
     130            <primary sortas="b-udevadm-control">udevadm control</primary>
    117131          </indexterm>
    118132        </listitem>
     
    138152          provides a way to query any device in the <systemitem
    139153          class="filesystem">sysfs</systemitem> tree to help create udev
    140           rules</para>
     154          rules. (Symlink to udevadm)</para>
    141155          <indexterm zone="ch-system-udev udevinfo">
    142156            <primary sortas="b-udevinfo">udevinfo</primary>
     
    145159      </varlistentry>
    146160
    147       <varlistentry id="udevmonitor">
    148         <term><command>udevmonitor</command></term>
     161      <varlistentry id="udevadm-monitor">
     162        <term><command>udevadm monitor</command></term>
    149163        <listitem>
    150164          <para>Prints the event received from the kernel and the event which
    151165          <command>udev</command> sends out after rule processing</para>
    152           <indexterm zone="ch-system-udev udevmonitor">
    153             <primary sortas="b-udevmonitor">udevmonitor</primary>
     166          <indexterm zone="ch-system-udev udevadm-monitor">
     167            <primary sortas="b-udevadm-monitor">udevadm monitor</primary>
    154168          </indexterm>
    155169        </listitem>
     
    160174        <listitem>
    161175          <para>Watches the Udev event queue and exits if all current uevents
    162           have been handled</para>
     176          have been handled. (Symlink to udevadm)</para>
    163177          <indexterm zone="ch-system-udev udevsettle">
    164178            <primary sortas="b-udevsettle">udevsettle</primary>
     
    167181      </varlistentry>
    168182
    169       <varlistentry id="udevtest">
    170         <term><command>udevtest</command></term>
     183      <varlistentry id="udevadm-test">
     184        <term><command>udevadm test</command></term>
    171185        <listitem>
    172186          <para>Simulates a <command>udev</command> run for the given device,
    173187          and prints out the name of the node the real <command>udev</command>
    174188          would have created or the name of the renamed network interface</para>
    175           <indexterm zone="ch-system-udev udevtest">
    176             <primary sortas="b-udevtest">udevtest</primary>
    177           </indexterm>
    178         </listitem>
    179       </varlistentry>
    180 
    181       <varlistentry id="udevtrigger">
    182         <term><command>udevtrigger</command></term>
     189          <indexterm zone="ch-system-udev udevadm-test">
     190            <primary sortas="b-udevadm-test">udevadm test</primary>
     191          </indexterm>
     192        </listitem>
     193      </varlistentry>
     194
     195      <varlistentry id="udevadm-trigger">
     196        <term><command>udevadm trigger</command></term>
    183197        <listitem>
    184198          <para>Walks the sysfs tree for devices that need to be added to the
    185           system.</para>
    186           <indexterm zone="ch-system-udev udevtrigger">
    187             <primary sortas="b-udevtrigger">udevtrigger</primary>
    188           </indexterm>
    189         </listitem>
    190       </varlistentry>
    191 
    192  <!-- helpers start here -->
     199          system.</para>
     200          <indexterm zone="ch-system-udev udevadm-trigger">
     201            <primary sortas="b-udeadm-vtrigger">udevadm trigger</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>     
     205
     206 <!-- Start of Helpers -->
    193207      <varlistentry id="ata_id">
    194208        <term><command>ata_id</command></term>
     
    205219        <term><command>cdrom_id</command></term>
    206220        <listitem>
    207           <para>Print the capabilities of a CDROM or DVDROM drive.</para>
     221          <para>Print the capabilities of a CDROM or DVDROM drive.</para>
    208222          <indexterm zone="ch-system-udev cdrom_id">
    209223            <primary sortas="b-cdrom_id">cdrom_id</primary>
     
    225239        <term><command>dasd_id</command></term>
    226240        <listitem>
    227           <para>Read the label from an s390 block device.</para>
     241          <para>Read the label from an s390 block device.</para>
    228242          <indexterm zone="ch-system-udev dasd_id">
    229243            <primary sortas="b-dasd_id">dasd_id</primary>
     
    235249        <term><command>edd_id</command></term>
    236250        <listitem>
    237           <para>Identify x86 disk drives from Enhanced Disk Drive calls.</para>
     251          <para>Identify x86 disk drives from Enhanced Disk Drive calls.</para>
    238252          <indexterm zone="ch-system-udev edd_id">
    239253            <primary sortas="b-edd_id">edd_id</primary>
     
    245259        <term><command>firmware.sh</command></term>
    246260        <listitem>
    247           <para>Script to load firmware for a device</para>
     261          <para>Script to load firmware for a device</para>
    248262          <indexterm zone="ch-system-udev firmware.sh">
    249263            <primary sortas="b-firmware.sh">firmware.sh</primary>
     
    266280        <term><command>scsi_id</command></term>
    267281        <listitem>
    268           <para>Retrieve or generate a unique SCSI identifier.</para>
     282          <para>Retrieve or generate a unique SCSI identifier.</para>
    269283          <indexterm zone="ch-system-udev scsi_id">
    270284            <primary sortas="b-scsi_id">scsi_id</primary>
     
    276290        <term><command>usb_id</command></term>
    277291        <listitem>
    278           <para>Identify a USB block device.</para>
     292          <para>Identify a USB block device.</para>
    279293          <indexterm zone="ch-system-udev usb_id">
    280294            <primary sortas="b-usb_id">usb_id</primary>
     
    286300        <term><command>vol_id</command></term>
    287301        <listitem>
    288           <para>Probe filesystem type and read label and uuid.</para>
     302          <para>Probe filesystem type and read label and uuid.</para>
    289303          <indexterm zone="ch-system-udev vol_id">
    290304            <primary sortas="b-vol_id">vol_id</primary>
     
    292306        </listitem>
    293307      </varlistentry>
     308<!-- End of Helpers -->
    294309
    295310      <varlistentry id="libvolume_id">
    296311        <term><filename class="libraryfile">libvolume_id</filename></term>
    297312        <listitem>
    298           <para>Description needed.</para>
     313          <para>This library provides programs such as <command>vol_id</command>
     314          with a filesystems type, abel, and uuid from a device node or a
     315          image.</para>
    299316          <indexterm zone="ch-system-udev libvolume_id">
    300317            <primary sortas="b-libvolume_id">libvolume_id</primary>
  • BOOK/introduction/common/changelog.xml

    r28d6895 r3a9adc5c  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>September 7, 2008</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - A lot of text changes.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
Note: See TracChangeset for help on using the changeset viewer.