Author: robert
Date: 2006-11-26 10:02:22 -0700 (Sun, 26 Nov 2006)
New Revision: 893
Removed:
branches/2.4-branch/BOOK/chapter06/udev.xml
Modified:
branches/2.4-branch/BOOK/chapter01/changelog.xml
branches/2.4-branch/BOOK/chapter04/packages.xml
branches/2.4-branch/BOOK/chapter06/chapter06.xml
branches/2.4-branch/BOOK/packages.ent
Log:
Removed Udev.
Modified: branches/2.4-branch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter01/changelog.xml 2006-11-26 16:58:08 UTC
(rev 892)
+++ branches/2.4-branch/BOOK/chapter01/changelog.xml 2006-11-26 17:02:22 UTC
(rev 893)
@@ -90,7 +90,6 @@
<listitem><para>tcl-8.4.14</para></listitem>
<listitem><para>texinfo-4.8a</para></listitem>
<listitem condition="uclibc"><para>uclibc-20060819</para></listitem>
-<listitem><para>udev-081</para></listitem>
<listitem><para>util-linux-2.12z</para></listitem>
<listitem><para>vim-7.0</para></listitem>
<listitem><para>xorg-6.8.2</para></listitem>
@@ -110,6 +109,8 @@
</listitem>
-->
+<listitem><para>November 26th, 2005 [Robert]: Removed Udev.</para></listitem>
+
<listitem><para>November 26th, 2005 [Robert]: Added MAKEDEV-1.7, and edited
devices.xml
to use it.</para></listitem>
Modified: branches/2.4-branch/BOOK/chapter04/packages.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter04/packages.xml 2006-11-26 16:58:08 UTC
(rev 892)
+++ branches/2.4-branch/BOOK/chapter04/packages.xml 2006-11-26 17:02:22 UTC
(rev 893)
@@ -606,17 +606,6 @@
</varlistentry>
<varlistentry>
- <term>Udev (&udev-version;) - 196 KB:</term>
- <listitem>
- <para>Home page: <ulink
-
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"/></para>
- <para>Download: <ulink
-
url="&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2"/></para>
- <para>MD5 sum: <literal>&udev-md5;</literal></para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>Util-linux (&util-linux-version;) - 1,952 KB:</term>
<listitem>
<para>Download: <ulink
Modified: branches/2.4-branch/BOOK/chapter06/chapter06.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter06/chapter06.xml 2006-11-26 16:58:08 UTC
(rev 892)
+++ branches/2.4-branch/BOOK/chapter06/chapter06.xml 2006-11-26 17:02:22 UTC
(rev 893)
@@ -67,7 +67,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysklogd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysvinit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tar.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="paxctl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutdebug.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="strippingagain.xml"/>
Deleted: branches/2.4-branch/BOOK/chapter06/udev.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter06/udev.xml 2006-11-26 16:58:08 UTC (rev
892)
+++ branches/2.4-branch/BOOK/chapter06/udev.xml 2006-11-26 17:02:22 UTC (rev
893)
@@ -1,214 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
-]>
-<sect1 id="ch-system-udev" role="wrap">
-<title>Udev-&udev-version;</title>
-<?dbhtml filename="udev.html"?>
-
-<indexterm zone="ch-system-udev"><primary
sortas="a-Udev">Udev</primary></indexterm>
-
-<sect2 role="package"><title/>
-<para>The Udev package contains programs for dynamic creation of device
nodes.</para>
-
-<segmentedlist>
-<segtitle>&buildtime;</segtitle>
-<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>?? SBU</seg><seg>?? MB</seg></seglistitem>
-</segmentedlist>
-
-<segmentedlist>
-<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Coreutils and Make</seg></seglistitem>
-</segmentedlist>
-
-</sect2>
-
-<sect2 role="installation">
-<title>Installation of Udev</title>
-
-<para>Compile the package:</para>
-
-<screen><userinput>make EXTRAS=extras/run_directory</userinput></screen>
-
-<para>To test the results, issue: <command>make test</command>.</para>
-
-<para>Install the package:</para>
-
-<screen><userinput>make EXTRAS=extras/run_directory
install</userinput></screen>
-
-<para>Install documentation to explains how to write udev rules:</para>
-
-<screen><userinput>install -m644 -D -v docs/writing_udev_rules/index.html \
- /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
-
-<para>Set up rules for a basic configuration:</para>
-
-<screen><userinput>cat > /etc/udev/rules.d/25-core.rules << "EOF"
-<literal>KERNEL="ptmx", GROUP="tty", MODE="0666"
-KERNEL="random", MODE="0444"
-KERNEL="urandom", MODE="0444"
-KERNEL="kmem", GROUP="kmem", MODE="0640"
-KERNEL="mem", GROUP="kmem", MODE="0640"
-KERNEL="port", GROUP="kmem", MODE="0640"
-KERNEL="null", MODE="0666"
-KERNEL="zero", MODE="0666"
-KERNEL="full", MODE="0666"
-KERNEL="aio", MODE="0444"
-KERNEL="kmsg", MODE="0600"
-KERNEL="rtc", MODE="0666"
-KERNEL="erandom", MODE="0444"
-KERNEL="frandom", MODE="0444"
-
-KERNEL="tty", GROUP="tty", MODE="0666"
-KERNEL="tty[0-9]*", GROUP="tty", MODE="0666"
-KERNEL="vcs*", MODE="0600"
-KERNEL="console", GROUP="tty", MODE="0622"</literal>
-
-ENV{UDEVD_EVENT}=="1", RUN+="/sbin/udev_run_hotplugd"
-RUN+="/sbin/udev_run_devd"
-EOF</userinput></screen>
-
-<para>These are mouse devices. Note that psaux is depreciated:</para>
-
-<screen><userinput>cat > /etc/udev/rules.d/26-mice.rules << "EOF"
-<literal>KERNEL="mice", NAME="input/%k", MODE="0644"
-KERNEL="mouse*", NAME="input/%k", MODE="0644", SYMLINK="mouse"</literal>
-EOF</userinput></screen>
-
-<para>Sound devices:</para>
-
-<screen><userinput>groupadd audio
-cat > /etc/udev/rules.d/27-audio.rules << "EOF"
-<literal>KERNEL="admmidi*", GROUP="audio"
-KERNEL="adsp*", GROUP="audio"
-KERNEL="aload*", GROUP="audio"
-KERNEL="amidi*", GROUP="audio"
-KERNEL="amixer*", GROUP="audio"
-KERNEL="audio*", GROUP="audio"
-KERNEL="dmfm*", GROUP="audio"
-KERNEL="dmmidi*", GROUP="audio"
-KERNEL="dsp*", GROUP="audio"
-KERNEL="midi*", GROUP="audio"
-KERNEL="mixer*", GROUP="audio"
-KERNEL="music", GROUP="audio"
-KERNEL="sequencer*", GROUP="audio"
-
-KERNEL="controlC[0-9]*", NAME="snd/%k", GROUP="audio"
-KERNEL="hw[CD0-9]*", NAME="snd/%k", GROUP="audio"
-KERNEL="pcm[CD0-9cp]*", NAME="snd/%k", GROUP="audio"
-KERNEL="midiC[D0-9]*", NAME="snd/%k", GROUP="audio"
-KERNEL="timer", NAME="snd/%k", GROUP="audio"
-KERNEL="seq", NAME="snd/%k", GROUP="audio"</literal>
-EOF</userinput></screen>
-
-<para>Printing devices:</para>
-
-<screen><userinput>groupadd lp
-cat > /etc/udev/rules.d/28-lp.rules << "EOF"
-<literal>KERNEL="lp[0-9]*", GROUP="lp"
-KERNEL="parport[0-9]*", GROUP="lp"
-KERNEL="irlpt[0-9]*", GROUP="lp"</literal>
-EOF</userinput></screen>
-
-<para>Floppy disk drive device can be owned by a special group so chosen users
-can write to the floppy:</para>
-
-<screen><userinput>groupadd floppy
-cat > /etc/udev/rules.d/29-floppy.rules << "EOF"
-<literal>KERNEL="fd[0-9]*", GROUP="floppy", MODE="0660",
SYMLINK="floppy"</literal>
-EOF</userinput></screen>
-
-<para>For more examples see the etc/udev/ directory in the udev source.</para>
-
-<para>Run the <command>udevstart</command> program to create our full
-compliment of device nodes.</para>
-
-<screen role="nodump"><userinput>/sbin/udevstart</userinput></screen>
-
-</sect2>
-
-<sect2 id="contents-udev" role="content"><title>Contents of Udev</title>
-
-<segmentedlist>
-<segtitle>Installed programs</segtitle>
-<segtitle>Installed directory</segtitle>
-<seglistitem><seg>udev, udevd, udevsend, udevstart, udevinfo, and
udevtest</seg>
-<seg>/etc/udev</seg></seglistitem>
-</segmentedlist>
-
-<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-<?dbhtml list-presentation="table"?>
-
-<varlistentry id="udev">
-<term><command>udev</command></term>
-<listitem>
-<para>Creates device nodes in <filename
-class="directory">/dev</filename> or renames network interfaces (not
-in LFS) in response to hotplug events</para>
-<indexterm zone="ch-system-udev udev"><primary
sortas="b-udev">udev</primary></indexterm>
-</listitem></varlistentry>
-
-<varlistentry id="udevd">
-<term><command>udevd</command></term>
-<listitem>
-<para>A daemon that reorders hotplug events before submitting them to
-<command>udev</command>,
-thus avoiding various race conditions</para>
-<indexterm zone="ch-system-udev udevd"><primary
sortas="b-udevd">udevd</primary></indexterm>
-</listitem></varlistentry>
-
-<varlistentry id="udevsend">
-<term><command>udevsend</command></term>
-<listitem>
-<para>Delivers hotplug events to <command>udevd</command></para>
-<indexterm zone="ch-system-udev udevsend"><primary
sortas="b-udevsend">udevsend</primary></indexterm>
-</listitem></varlistentry>
-
-<varlistentry id="udevstart">
-<term><command>udevstart</command></term>
-<listitem>
-<para>Creates device nodes in <filename
-class="directory">/dev</filename> that correspond to drivers compiled directly
-into the kernel; it performs that task by simulating hotplug events presumably
-dropped by the kernel before invocation of this program (e.g., because the root
-filesystem has not been mounted) and submitting such synthetic hotplug events
-to <command>udev</command></para>
-<indexterm zone="ch-system-udev udevstart"><primary
sortas="b-udevstart">udevstart</primary></indexterm>
-</listitem>
-</varlistentry>
-
-<varlistentry id="udevinfo">
-<term><command>udevinfo</command></term>
-<listitem>
-<para>Allows users to query the <command>udev</command> database for
-information on any device currently present on the system; it also
-provides a way to query any device in the <systemitem
-class="filesystem">sysfs</systemitem> tree to help create udev
-rules</para>
-<indexterm zone="ch-system-udev udevinfo"><primary
sortas="b-udevinfo">udevinfo</primary></indexterm>
-</listitem></varlistentry>
-
-<varlistentry id="udevtest">
-<term><command>udevtest</command></term>
-<listitem>
-<para>Simulates a <command>udev</command> run for the given device,
-and prints out the name of the node the real <command>udev</command> would
-have created or (not in LFS) the name of the renamed network interface</para>
-<indexterm zone="ch-system-udev udevtest"><primary
sortas="b-udevtest">udevtest</primary></indexterm>
-</listitem></varlistentry>
-
-<varlistentry id="etc-udev">
-<term><filename class="directory">/etc/udev</filename></term>
-<listitem>
-<para>Contains <command>udev</command> configuation files,
-device permissions, and rules for device naming</para>
-<indexterm zone="ch-system-udev etc-udev"><primary
sortas="e-/etc/udev">/etc/udev</primary></indexterm>
-</listitem></varlistentry>
-</variablelist>
-</sect2>
-
-</sect1>
-
Modified: branches/2.4-branch/BOOK/packages.ent
===================================================================
--- branches/2.4-branch/BOOK/packages.ent 2006-11-26 16:58:08 UTC (rev
892)
+++ branches/2.4-branch/BOOK/packages.ent 2006-11-26 17:02:22 UTC (rev
893)
@@ -172,9 +172,6 @@
<!ENTITY uclibc-locale-version "030818">
<!ENTITY uclibc-locale-md5 "d75b2239b4e27c3c9cbed1c8f6eabba6">
-<!ENTITY udev-version "081">
-<!ENTITY udev-md5 "09ea8b37e76741c731cbf2b8b36d0696">
-
<!ENTITY util-linux-version "2.12r">
<!ENTITY util-linux-md5 "af9d9e03038481fbf79ea3ac33f116f9">
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page