Ignore:
Timestamp:
Aug 8, 2013, 9:23:47 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e487b49
Parents:
b0307ef
Message:

Migrate final-system Udev to Eudev.

File:
1 edited

Legend:

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

    rb0307ef rd198125  
    99  <?dbhtml filename="udev.html"?>
    1010
    11   <title>Udev-&udev-version;</title>
     11  <title>Eudev-&udev-version;</title>
    1212
    1313  <indexterm zone="ch-system-udev">
    14     <primary sortas="a-Udev">Udev</primary>
     14    <primary sortas="a-Eudev">Eudev</primary>
    1515  </indexterm>
    1616
     
    1818    <title/>
    1919
    20     <para>The Udev package contains programs for dynamic creation of device
     20    <para>The Eudev package contains programs for dynamic creation of device
    2121    nodes.</para>
    2222
     
    2424
    2525  <sect2 role="installation">
    26     <title>Installation of Udev</title>
    27 
    28     <para os="a">Prepare Udev for compilation:</para>
    29 
    30 <screen os="b"><userinput>./configure --prefix=/usr \
    31   --sysconfdir=/etc --with-rootprefix="" \
    32   --libexecdir=/lib --bindir=/sbin \
    33   --with-usb-ids-path=no --with-pci-ids-path=no \
    34   --enable-rule_generator --disable-introspection \
    35   --disable-keymap --disable-gudev</userinput></screen>
     26    <title>Installation of Eudev</title>
     27
     28    <para os="a">Prepare Eudev for compilation:</para>
     29
     30<screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     31    --with-rootprefix="" --libexecdir=/lib --enable-split-usr \
     32    --libdir=/usr/lib --with-rootlibdir=/lib --enable-rule_generator \
     33    --disable-introspection --disable-keymap --disable-gudev --enable-libkmod</userinput></screen>
    3634
    3735    <para os="c">Compile the package:</para>
     
    5351
    5452  <sect2 id="contents-udev" role="content">
    55     <title>Contents of Udev</title>
     53    <title>Contents of Eudev</title>
    5654
    5755    <segmentedlist>
     
    7775        <term><command>udevadm</command></term>
    7876        <listitem>
    79         <para>Controls the runtime behavior of Udev, requests kernel
     77        <para>Controls the runtime behavior of Eudev, requests kernel
    8078        events, manages the event queue, and provides simple debugging.</para>
    8179          <indexterm zone="ch-system-udev udevadm">
     
    10199        <term><command>ata_id</command></term>
    102100        <listitem>
    103           <para>Provides Udev with a unique string and additional
     101          <para>Provides Eudev with a unique string and additional
    104102          information (uuid, label) for an ATA drive</para>
    105103          <indexterm zone="ch-system-udev ata_id">
Note: See TracChangeset for help on using the changeset viewer.