Changeset a10d39b for BOOK/final-system
- Timestamp:
- Sep 7, 2008, 10:22:28 AM (16 years ago)
- Children:
- 7067dbb
- Parents:
- d89eade
- Location:
- BOOK/final-system
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/linux-headers.xml
rd89eade ra10d39b 18 18 <title/> 19 19 20 <para>The Linux Headers package contains the20 <para>The Linux Kernel contains a make target that installs 21 21 <quote>sanitized</quote> kernel headers.</para> 22 22 -
BOOK/final-system/common/udev.xml
rd89eade ra10d39b 96 96 97 97 <seglistitem> 98 <seg>udev control, udevd, udevinfo, udevmonitor, udevsettle,99 udev test, and udevtrigger</seg>98 <seg>udevadm, udevd, udevinfo, (symlink to udevadm), 99 udevsettle (symlink to udevadm)</seg> 100 100 <seg>libvolume_id</seg> 101 <seg>/etc/udev </seg>101 <seg>/etc/udev, /lib/udev</seg> 102 102 </seglistitem> 103 103 </segmentedlist> … … 108 108 <?dbhtml list-presentation="table"?> 109 109 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> 112 125 <listitem> 113 126 <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> 117 131 </indexterm> 118 132 </listitem> … … 138 152 provides a way to query any device in the <systemitem 139 153 class="filesystem">sysfs</systemitem> tree to help create udev 140 rules </para>154 rules. (Symlink to udevadm)</para> 141 155 <indexterm zone="ch-system-udev udevinfo"> 142 156 <primary sortas="b-udevinfo">udevinfo</primary> … … 145 159 </varlistentry> 146 160 147 <varlistentry id="udev monitor">148 <term><command>udev monitor</command></term>161 <varlistentry id="udevadm-monitor"> 162 <term><command>udevadm monitor</command></term> 149 163 <listitem> 150 164 <para>Prints the event received from the kernel and the event which 151 165 <command>udev</command> sends out after rule processing</para> 152 <indexterm zone="ch-system-udev udev monitor">153 <primary sortas="b-udev monitor">udevmonitor</primary>166 <indexterm zone="ch-system-udev udevadm-monitor"> 167 <primary sortas="b-udevadm-monitor">udevadm monitor</primary> 154 168 </indexterm> 155 169 </listitem> … … 160 174 <listitem> 161 175 <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> 163 177 <indexterm zone="ch-system-udev udevsettle"> 164 178 <primary sortas="b-udevsettle">udevsettle</primary> … … 167 181 </varlistentry> 168 182 169 <varlistentry id="udev test">170 <term><command>udev test</command></term>183 <varlistentry id="udevadm-test"> 184 <term><command>udevadm test</command></term> 171 185 <listitem> 172 186 <para>Simulates a <command>udev</command> run for the given device, 173 187 and prints out the name of the node the real <command>udev</command> 174 188 would have created or the name of the renamed network interface</para> 175 <indexterm zone="ch-system-udev udev test">176 <primary sortas="b-udev test">udevtest</primary>177 </indexterm> 178 </listitem> 179 </varlistentry> 180 181 <varlistentry id="udev trigger">182 <term><command>udev trigger</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> 183 197 <listitem> 184 198 <para>Walks the sysfs tree for devices that need to be added to the 185 186 <indexterm zone="ch-system-udev udev trigger">187 <primary sortas="b-ude vtrigger">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 --> 193 207 <varlistentry id="ata_id"> 194 208 <term><command>ata_id</command></term> … … 205 219 <term><command>cdrom_id</command></term> 206 220 <listitem> 207 221 <para>Print the capabilities of a CDROM or DVDROM drive.</para> 208 222 <indexterm zone="ch-system-udev cdrom_id"> 209 223 <primary sortas="b-cdrom_id">cdrom_id</primary> … … 225 239 <term><command>dasd_id</command></term> 226 240 <listitem> 227 241 <para>Read the label from an s390 block device.</para> 228 242 <indexterm zone="ch-system-udev dasd_id"> 229 243 <primary sortas="b-dasd_id">dasd_id</primary> … … 235 249 <term><command>edd_id</command></term> 236 250 <listitem> 237 251 <para>Identify x86 disk drives from Enhanced Disk Drive calls.</para> 238 252 <indexterm zone="ch-system-udev edd_id"> 239 253 <primary sortas="b-edd_id">edd_id</primary> … … 245 259 <term><command>firmware.sh</command></term> 246 260 <listitem> 247 261 <para>Script to load firmware for a device</para> 248 262 <indexterm zone="ch-system-udev firmware.sh"> 249 263 <primary sortas="b-firmware.sh">firmware.sh</primary> … … 266 280 <term><command>scsi_id</command></term> 267 281 <listitem> 268 282 <para>Retrieve or generate a unique SCSI identifier.</para> 269 283 <indexterm zone="ch-system-udev scsi_id"> 270 284 <primary sortas="b-scsi_id">scsi_id</primary> … … 276 290 <term><command>usb_id</command></term> 277 291 <listitem> 278 292 <para>Identify a USB block device.</para> 279 293 <indexterm zone="ch-system-udev usb_id"> 280 294 <primary sortas="b-usb_id">usb_id</primary> … … 286 300 <term><command>vol_id</command></term> 287 301 <listitem> 288 302 <para>Probe filesystem type and read label and uuid.</para> 289 303 <indexterm zone="ch-system-udev vol_id"> 290 304 <primary sortas="b-vol_id">vol_id</primary> … … 292 306 </listitem> 293 307 </varlistentry> 308 <!-- End of Helpers --> 294 309 295 310 <varlistentry id="libvolume_id"> 296 311 <term><filename class="libraryfile">libvolume_id</filename></term> 297 312 <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> 299 316 <indexterm zone="ch-system-udev libvolume_id"> 300 317 <primary sortas="b-libvolume_id">libvolume_id</primary> -
BOOK/final-system/multilib/shadow.xml
rd89eade ra10d39b 9 9 <?dbhtml filename="shadow.html"?> 10 10 11 <title>Shadow-&shadow-version; 64 Bit</title>11 <title>Shadow-&shadow-version;</title> 12 12 13 13 <indexterm zone="ch-system-shadow"> -
BOOK/final-system/multilib/udev-n32.xml
rd89eade ra10d39b 9 9 <?dbhtml filename="udev-n32.html"?> 10 10 11 <title>Udev-&udev-version; N32 </title>11 <title>Udev-&udev-version; N32 Libraries</title> 12 12 13 13 <indexterm zone="ch-system-udev-n32"> -
BOOK/final-system/multilib/udev.xml
rd89eade ra10d39b 12 12 13 13 <indexterm zone="ch-system-udev-32"> 14 <primary sortas="a-Udev">Udev </primary>14 <primary sortas="a-Udev">Udev 32 Bit Libraries</primary> 15 15 </indexterm> 16 16
Note:
See TracChangeset
for help on using the changeset viewer.