% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x The Eudev package contains programs for dynamic creation of device nodes. @y Eudev パッケージはデバイスノードを動的生成するプログラムを提供します。 @z @x Installation of Eudev @y &InstallationOf1;Eudev &InstallationOf2; @z @x Prepare Eudev for compilation: @y &PreparePackage1;Eudev &PreparePackage2; @z @x The meaning of the new configure options: @y &MeaningOfOption1;configure &MeaningOfOption2; @z @x --disable-introspection --disable-gtk-doc-html --disable-gudev --disable-keymap These switches disable several features which are not needed for the temporary system and have additional dependencies. @y このスイッチは一時システムには必要のない機能、不要な追加依存関係をを無効にします。 @z @x --with-firmware-path=/tools/lib/firmware This allows Eudev to load firmware from /tools/lib/firmware instead of the default location of /lib/firmware. @y ファームウェア情報をロードするディレクトリを、デフォルトの /lib/firmware ではなく /tools/lib/firmware とすることを指示します。 @z @x --enable-libkmod Allows Eudev to load modules by using libkmod directly. @y Eudev に対して libkmod を利用して直接モジュールをロードすることを指示します。 @z @x Compile the package: @y &CompileThePackage; @z @x Install the package: @y &InstallThePackage; @z @x Create a directory for storing firmware that can be loaded by udev: @y ファームウェア情報を保存するディレクトリを生成します。 その情報は udev によりロードされます。 @z @x Create a dummy rule so that Eudev will name ethernet devices properly for the system. @y ダミーのルールを生成します。 こうすることで Eudev がイーサネットデバイスを適切に命名できるようにします。 @z @x Contents of Eudev @y &ContentsOf1;Eudev &ContentsOf2; @z @x Installed programs Installed library Installed directories @y &InstalledProgram; &InstalledLibrary; &InstalledDirectory; @z @x ata_id, cdrom_id, collect, create_floppy_devices, edd_id, firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd, usb_id, v4l_id, write_cd_rules, write_net_rules libudev /tools/etc/udev, /tools/lib/firmware, /tools/lib/udev @y ata_id, cdrom_id, collect, create_floppy_devices, edd_id, firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd, usb_id, v4l_id, write_cd_rules, write_net_rules libudev /tools/etc/udev, /tools/lib/firmware, /tools/lib/udev @z @x Short Descriptions @y &ShortDescriptions; @z @x udevadm Controls the runtime behavior of Eudev, requests kernel events, manages the event queue, and provides simple debugging. @y Eudev 実行時の制御、カーネルイベントへの指示、イベントキュー制御、簡易なデバッグ機能を提供します。 @z @x udevd A daemon that reorders hotplug events before submitting them to udev, thus avoiding various race conditions @y ホットプラグイベントの順序を正しくして udev に提供するデーモンです。 これによりさまざまな競合が回避されます。 @z @x ata_id Provides Eudev with a unique string and additional information (uuid, label) for an ATA drive @y ATA ドライブに対するユニークな文字列と追加情報 (uuid、ラベル) を Eudev に提供します。 @z @x cdrom_id Prints the capabilities of a CDROM or DVDROM drive. @y CD-ROM ドライブや DVD-ROM ドライブの情報を表示します。 @z @x collect Given an ID for the current uevent and a list of IDs (for all target uevents), registers the current ID and indicates whether all target IDs have been registered. @y 現在の uevent の ID と (すべての対象 uevent に対する) ID のリストを与えることで現在の ID を登録し、すべての対象 ID が既に登録済みであるかどうかを示します。 @z @x create_floppy_devices Creates all possible floppy devices based on the CMOS type @y CMOS タイプに基づくフロッピーデバイスをすべて生成します。 @z @x edd_id Identifies x86 disk drives from Enhanced Disk Drive calls @y Enhanced Disk Drive コールから x86 ディスクドライブを識別します。 @z @x firmware.sh Script to load firmware for a device @y デバイスのファームウェアをロードします。 @z @x fstab_import Finds an entry in /etc/fstab that matches the current device, and provides its information to Udev. @y /etc/fstab に記述された項目の中から現在のデバイスに合致するものを探し出しその情報を Eudev に提供します。 @z @x path_id Provides the shortest possible unique hardware path to a device @y デバイスへのパスとして、可能な限り最も短くユニークなハードウェアパスを提供します。 @z @x scsi_id Retrieves or generates a unique SCSI identifier. @y SCSI の固有識別を取得または生成します。 @z @x usb_id Identifies a USB block device. @y USB ブロックデバイスを識別します。 @z @x v4l_id Determines V4L capabilities for a given device. @y 指定されたデバイスに V4L 機能があるかどうかを決定します。 @z @x write_cd_rules A script which generates Eudev rules to provide stable names for network interfaces. @y 光学ドライブに対する固定的な名称を定めた Eudev ルールを生成するためのスクリプト。 @z @x write_net_rules A script which generates Eudev rules to provide stable names for network interfaces. @y ネットワークインターフェースに対する固定的な名称を定めた Eudev ルールを生成するためのスクリプト。 @z @x libudev A library interface to eudev device information. @y eudev デバイス情報へのインターフェースライブラリ。 @z @x /etc/udev Contains udev configuration files, device permissions, and rules for device naming @y udev の設定ファイル、デバイスのパーミッション、デバイス名に対するルールを設定します。 @z @x /lib/udev Contains udev helper programs and static devices which get copied to /dev when booted. @y udev ヘルパープログラムと起動時に /dev へコピーするスタティックデバイスを設定します。 @z