| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 
-   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 
-   <!ENTITY % general-entities SYSTEM "../general.ent">
 
-   %general-entities;
 
- ]>
 
- <sect1 id="ch-system-eudev" role="wrap" revision="sysv">
 
-   <?dbhtml filename="eudev.html"?>
 
-   <sect1info condition="script">
 
-     <productname>eudev</productname>
 
-     <productnumber>&eudev-version;</productnumber>
 
-     <address>&eudev-url;</address>
 
-   </sect1info>
 
-   <title>Eudev-&eudev-version;</title>
 
-   <indexterm zone="ch-system-eudev">
 
-     <primary sortas="a-Eudev">Eudev</primary>
 
-   </indexterm>
 
-   <sect2 role="package">
 
-     <title/>
 
-     <para>The Eudev package contains programs for dynamic creation of device
 
-     nodes.</para> 
 
-     <segmentedlist>
 
-       <segtitle>&buildtime;</segtitle>
 
-       <segtitle>&diskspace;</segtitle>
 
-       <seglistitem>
 
-         <seg>&eudev-ch6-sbu;</seg>
 
-         <seg>&eudev-ch6-du;</seg>
 
-       </seglistitem>
 
-     </segmentedlist>
 
-   </sect2>
 
-   <sect2 role="installation">
 
-     <title>安装 Eudev</title>
 
-     <para>First, fix a test script:</para>
 
- <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen>
 
- <!--
 
-     <para>Next, remove an unneeded line that causes a build failure:</para>
 
- <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen>
 
- -->
 
-     <para>Next, add a workaround to prevent the /tools directory from being 
 
-     hard coded into Eudev binary files library locations:</para>
 
- <screen><userinput remap="pre">cat > config.cache << "EOF"
 
- HAVE_BLKID=1
 
- BLKID_LIBS="-lblkid"
 
- BLKID_CFLAGS="-I/tools/include"
 
- EOF</userinput></screen>
 
- <para>准备安装 Eudev:</para>
 
- <screen><userinput remap="configure">./configure --prefix=/usr           \
 
-             --bindir=/sbin          \
 
-             --sbindir=/sbin         \
 
-             --libdir=/usr/lib       \
 
-             --sysconfdir=/etc       \
 
-             --libexecdir=/lib       \
 
-             --with-rootprefix=      \
 
-             --with-rootlibdir=/lib  \
 
-             --enable-manpages       \
 
-             --disable-static        \
 
-             --config-cache</userinput></screen>
 
- <para>编译该软件包:</para>
 
- <screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen>
 
- <note><para>The LIBRARY_PATH variable here and the LD_LIBRARY_PATH variable
 
- below are needed to allow the use of libraries that were installed in /tools,
 
- but have not yet been installed in the main system.  LIBRARY_PATH is
 
- used to find libraries during the linking process.  LD_LIBRARY_PATH is
 
- used to find libraries during program execution.</para></note>
 
- <para>Create some directories now that are needed for tests, but
 
- will also be used as a part of installation:</para>
 
- <screen><userinput remap="test">mkdir -pv /lib/udev/rules.d
 
- mkdir -pv /etc/udev/rules.d</userinput></screen>
 
- <para>运行下列命令以测试编译结果:</para>
 
- <screen><userinput remap="test">make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>
 
-     <para>安装该软件包:</para>
 
- <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
 
-     <para>Install some custom rules and support files useful in an LFS 
 
-     environment:</para>
 
- <screen><userinput remap="install">tar -xvf ../&udev-lfs-version;.tar.bz2
 
- make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen>
 
-   </sect2>
 
-   <sect2 id="conf-eudev" role="configuration">
 
-     <title>Configuring Eudev</title>
 
-     <indexterm zone="conf-eudev">
 
-       <primary sortas="a-Eudev">Eudev</primary>
 
-       <secondary>configuring</secondary>
 
-     </indexterm>
 
-     <indexterm zone="conf-eudev">
 
-       <primary sortas="e-/etc/udev/hwdb.bin">/etc/udev/hwdb.bin</primary>
 
-     </indexterm>
 
-     <para>Information about hardware devices is maintained in the
 
-     <filename class="directory">/etc/udev/hwdb.d</filename> and
 
-     <filename class="directory">/lib/udev/hwdb.d</filename> directories.
 
-     <application>Eudev</application> needs that information to be compiled
 
-     into a binary database <filename>/etc/udev/hwdb.bin</filename>. Create the
 
-     initial database:</para>
 
- <screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb --update</userinput></screen>
 
-     <para>This command needs to be run each time the hardware information is
 
-     updated.</para>
 
-   </sect2>
 
-   <sect2 id="contents-eudev" role="content">
 
-     <title>Eudev 的内容</title>
 
-     <segmentedlist>
 
-       <segtitle>安装的程序</segtitle>
 
-       <segtitle>安装的库</segtitle>
 
-       <segtitle>安装的目录</segtitle>
 
-       <seglistitem>
 
-         <seg><!-- These are in /lib/udev and not to be called by the user:
 
-          accelerometer, ata_id, cdrom_id, collect, mtd_probe,
 
-          scsi_id, v4l_id,--> udevadm and udevd</seg>
 
-         <seg>libudev.so</seg>
 
-         <seg>/etc/udev, /lib/udev, and /usr/share/doc/udev-&udev-lfs-version;</seg>
 
-       </seglistitem>
 
-     </segmentedlist>
 
-     <variablelist>
 
-       <bridgehead renderas="sect3">简要描述</bridgehead>
 
-       <?dbfo list-presentation="list"?>
 
-       <?dbhtml list-presentation="table"?>
 
-       <varlistentry id="udevadm" revision="sysv">
 
-         <term><command>udevadm</command></term>
 
-         <listitem>
 
-           <para>Generic udev administration tool: controls the udevd daemon,
 
-           provides info from the Udev database, monitors uevents, waits for
 
-           uevents to finish, tests Udev configuration, and triggers uevents
 
-           for a given device</para>
 
-           <indexterm zone="ch-system-eudev udevadm">
 
-             <primary sortas="b-udevadm">udevadm</primary>
 
-           </indexterm>
 
-         </listitem>
 
-       </varlistentry>
 
-       <varlistentry id="udevd">
 
-         <term><command>udevd</command></term>
 
-         <listitem>
 
-           <para>A daemon that listens for uevents on the netlink socket,
 
-           creates devices and runs the configured external programs in
 
-           response to these uevents</para>
 
-           <indexterm zone="ch-system-eudev udevd">
 
-             <primary sortas="b-udevd">udevd</primary>
 
-           </indexterm>
 
-         </listitem>
 
-       </varlistentry>
 
-       <varlistentry id="libudev">
 
-         <term><filename class="libraryfile">libudev</filename></term>
 
-         <listitem>
 
-           <para>A library interface to udev device information</para>
 
-           <indexterm zone="ch-system-eudev libudev">
 
-             <primary sortas="c-libudev">libudev</primary>
 
-           </indexterm>
 
-         </listitem>
 
-       </varlistentry>
 
-       <varlistentry id="etc-udev">
 
-         <term><filename class="directory">/etc/udev</filename></term>
 
-         <listitem>
 
-           <para>Contains Udev configuration files,
 
-           device permissions, and rules for device naming</para>
 
-           <indexterm zone="ch-system-eudev etc-udev">
 
-             <primary sortas="e-/etc/udev">/etc/udev</primary>
 
-           </indexterm>
 
-         </listitem>
 
-       </varlistentry>
 
-     </variablelist>
 
-   </sect2>
 
- </sect1>
 
 
  |