Author: jim Date: 2006-03-15 00:27:43 -0700 (Wed, 15 Mar 2006) New Revision: 1273
Removed: trunk/BOOK/final-system/common/hotplug.xml Modified: / trunk/BOOK/ trunk/BOOK/final-system/alpha-chapter.xml trunk/BOOK/final-system/mips-chapter.xml trunk/BOOK/final-system/mips64-64-chapter.xml trunk/BOOK/final-system/mips64-chapter.xml trunk/BOOK/final-system/ppc-chapter.xml trunk/BOOK/final-system/ppc64-chapter.xml trunk/BOOK/final-system/sparc-chapter.xml trunk/BOOK/final-system/sparc64-64-chapter.xml trunk/BOOK/final-system/sparc64-chapter.xml trunk/BOOK/final-system/sparcv8-chapter.xml trunk/BOOK/final-system/x86-chapter.xml trunk/BOOK/final-system/x86_64-64-chapter.xml trunk/BOOK/final-system/x86_64-chapter.xml trunk/BOOK/introduction/common/changelog.xml trunk/BOOK/materials/common/packages.xml trunk/BOOK/packages.ent Log: [EMAIL PROTECTED] (orig r1273): jim | 2006-03-14 23:25:23 -0800 [EMAIL PROTECTED]: jim | 2006-03-14 20:48:33 -0800 Removal of Hotplug Property changes on: ___________________________________________________________________ Name: svk:merge - b6734a72-470d-0410-b049-f317dca95413:/:1272 + b6734a72-470d-0410-b049-f317dca95413:/:1273 Property changes on: trunk/BOOK ___________________________________________________________________ Name: svk:merge - 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:2570 3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422 3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269 f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790 + 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:2571 3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422 3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269 f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790 Modified: trunk/BOOK/final-system/alpha-chapter.xml =================================================================== --- trunk/BOOK/final-system/alpha-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/alpha-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/aboot.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/stripping.xml"/> Deleted: trunk/BOOK/final-system/common/hotplug.xml =================================================================== --- trunk/BOOK/final-system/common/hotplug.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/common/hotplug.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -1,213 +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-hotplug" xreflabel="Hotplug" role="wrap"> - <?dbhtml filename="hotplug.html"?> - - <title>Hotplug-&hotplug-version;</title> - - <indexterm zone="ch-system-hotplug"> - <primary sortas="a-Hotplug">Hotplug</primary> - </indexterm> - - <sect2 role="package"> - <title/> - - <para>The Hotplug package contains scripts that react upon hotplug events - generated by the kernel. Such events correspond to every change in the in the - kernel state visible in the <systemitem class="filesystem">sysfs</systemitem> - filesystem, e.g., the addition and removal of hardware. This package also - detects existing hardware during boot and inserts the relevant modules into - the running kernel.</para> - - <segmentedlist> - <segtitle>&dependencies;</segtitle> - - <seglistitem> - <seg>Bash, Coreutils, Findutils, Gawk, and Make</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Hotplug</title> - - <para os="a">Install the Hotplug package:</para> - -<screen os="b"><userinput>make install</userinput></screen> - - <para os="c">Remove the init script that Hotplug installs since we are going - to be using the script included in the LFS-Bootscripts package:</para> - -<screen os="d"><userinput>rm -rvf /etc/init.d</userinput></screen> - - <para os="e">Network device hotplugging is not yet supported by the - LFS-Bootscripts package. For that reason, remove the network - hotplug agent:</para> - -<screen os="f"><userinput>rm -fv /etc/hotplug/net.agent</userinput></screen> - - <para os="g">Create a directory for storing firmware that can be loaded by - <command>hotplug</command>:</para> - -<screen os="h"><userinput>mkdir -v /lib/firmware</userinput></screen> - - </sect2> - - <sect2 id="contents-hotplug" role="content"> - <title>Contents of Hotplug</title> - - <segmentedlist> - <segtitle>Installed program</segtitle> - <segtitle>Installed scripts</segtitle> - <segtitle>Installed files</segtitle> - - <seglistitem> - <seg>hotplug</seg> - <seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</seg> - <seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, - /etc/hotplug/{pci,usb}, /etc/hotplug/usb.usermap, /etc/hotplug.d, - and /var/log/hotplug/events</seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="hotplug"> - <term><command>hotplug</command></term> - <listitem> - <para>This script is called by default by the Linux kernel when - something changes in its internal state (e.g., a new device is - added or removed)</para> - <indexterm zone="ch-system-hotplug hotplug"> - <primary sortas="b-hotplug">hotplug</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-rc"> - <term><command>/etc/hotplug/*.rc</command></term> - <listitem> - <para>These scripts are used for cold plugging, i.e., detecting and - acting upon hardware already present during system startup. They are - called by the <filename>hotplug</filename> initscript included in - the LFS-Bootscripts package. The <command>*.rc</command> - scripts try to recover hotplug events that were lost during system - boot because, for example, the root filesystem was not mounted by - the kernel</para> - <indexterm zone="ch-system-hotplug hotplug-rc"> - <primary sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-agent"> - <term><command>/etc/hotplug/*.agent</command></term> - <listitem> - <para>These scripts are called by <command>hotplug</command> in - response to different types of hotplug events generated by the - kernel. Their action is to insert corresponding kernel modules - and call any user-provided scripts</para> - <indexterm zone="ch-system-hotplug hotplug-agent"> - <primary sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-blacklist"> - <term><filename>/etc/hotplug/blacklist</filename></term> - <listitem> - <para>This file contains the list of modules that should never be - inserted into the kernel by the Hotplug scripts</para> - <indexterm zone="ch-system-hotplug hotplug-blacklist"> - <primary - sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-functions"> - <term><filename>/etc/hotplug/hotplug.functions</filename></term> - <listitem> - <para>This file contains common functions used by other scripts in - the Hotplug package</para> - <indexterm zone="ch-system-hotplug hotplug-functions"> - <primary - sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-subdirs"> - <term><filename class="directory">/etc/hotplug/{pci,usb}</filename></term> - <listitem> - <para>These directories contain user-written handlers for hotplug - events</para> - <indexterm zone="ch-system-hotplug hotplug-subdirs"> - <primary - sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-usb.usermap"> - <term><filename>/etc/hotplug/usb.usermap</filename></term> - <listitem> - <para>This file contains rules that determine which user-defined - handlers to call for each USB device, based on its vendor ID and - other attributes</para> - <indexterm zone="ch-system-hotplug hotplug-usb.usermap"> - <primary - sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-hotplug.d"> - <term><filename class="directory">/etc/hotplug.d</filename></term> - <listitem> - <para>This directory contains programs (or symlinks to them) that - are interested in receiving hotplug events. For example, - Udev puts its symlink here during installation</para> - <indexterm zone="ch-system-hotplug hotplug-hotplug.d"> - <primary sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-firmware"> - <term><filename class="directory">/lib/firmware</filename></term> - <listitem> - <para>This directory contains the firmware for devices that need - to have their firmware loaded before use</para> - <indexterm zone="ch-system-hotplug hotplug-firmware"> - <primary sortas="e-/lib/firmware">/lib/firmware</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="hotplug-events"> - <term><filename>/var/log/hotplug/events</filename></term> - <listitem> - <para>This file contains all the events that <command>hotplug</command> - has called since bootup</para> - <indexterm zone="ch-system-hotplug hotplug-events"> - <primary - sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Modified: trunk/BOOK/final-system/mips-chapter.xml =================================================================== --- trunk/BOOK/final-system/mips-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/mips-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/colo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/dvhtool.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/arcload.xml"/> Modified: trunk/BOOK/final-system/mips64-64-chapter.xml =================================================================== --- trunk/BOOK/final-system/mips64-64-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/mips64-64-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/colo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/dvhtool.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/arcload.xml"/> Modified: trunk/BOOK/final-system/mips64-chapter.xml =================================================================== --- trunk/BOOK/final-system/mips64-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/mips64-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -88,7 +88,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/colo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/dvhtool.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/arcload.xml"/> Modified: trunk/BOOK/final-system/ppc-chapter.xml =================================================================== --- trunk/BOOK/final-system/ppc-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/ppc-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/hfsutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/parted.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/powerpc-utils.xml"/> Modified: trunk/BOOK/final-system/ppc64-chapter.xml =================================================================== --- trunk/BOOK/final-system/ppc64-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/ppc64-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/hfsutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/parted.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/powerpc-utils.xml"/> Modified: trunk/BOOK/final-system/sparc-chapter.xml =================================================================== --- trunk/BOOK/final-system/sparc-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/sparc-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/elftoaout.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> Modified: trunk/BOOK/final-system/sparc64-64-chapter.xml =================================================================== --- trunk/BOOK/final-system/sparc64-64-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/sparc64-64-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/elftoaout.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> Modified: trunk/BOOK/final-system/sparc64-chapter.xml =================================================================== --- trunk/BOOK/final-system/sparc64-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/sparc64-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -76,7 +76,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/elftoaout.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/silo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/aboutdebug.xml"/> Modified: trunk/BOOK/final-system/sparcv8-chapter.xml =================================================================== --- trunk/BOOK/final-system/sparcv8-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/sparcv8-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/elftoaout.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> Modified: trunk/BOOK/final-system/x86-chapter.xml =================================================================== --- trunk/BOOK/final-system/x86-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/x86-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/stripping.xml"/> Modified: trunk/BOOK/final-system/x86_64-64-chapter.xml =================================================================== --- trunk/BOOK/final-system/x86_64-64-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/x86_64-64-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -64,7 +64,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/bin86.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/lilo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> Modified: trunk/BOOK/final-system/x86_64-chapter.xml =================================================================== --- trunk/BOOK/final-system/x86_64-chapter.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/final-system/x86_64-chapter.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -76,7 +76,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/grub.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/aboutdebug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/stripping.xml"/> Modified: trunk/BOOK/introduction/common/changelog.xml =================================================================== --- trunk/BOOK/introduction/common/changelog.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/introduction/common/changelog.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -42,6 +42,9 @@ <listitem> <para>[jim] - Updated to Linux 2.6.16-rc6.</para> </listitem> + <listitem> + <para>[jim] - Removal of Hotplug.</para> + </listitem> </itemizedlist> </listitem> Modified: trunk/BOOK/materials/common/packages.xml =================================================================== --- trunk/BOOK/materials/common/packages.xml 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/materials/common/packages.xml 2006-03-15 07:27:43 UTC (rev 1273) @@ -177,13 +177,6 @@ </listitem> </varlistentry> - <varlistentry os="x"> - <term>Hotplug (&hotplug-version;) - &hotplug-size;:</term> - <listitem> - <para><ulink url="&hotplug-url;"/></para> - </listitem> - </varlistentry> - <varlistentry os="y"> <term>Iana-Etc (&iana-etc-version;) - &iana-etc-size;:</term> <listitem> Modified: trunk/BOOK/packages.ent =================================================================== --- trunk/BOOK/packages.ent 2006-03-15 07:27:36 UTC (rev 1272) +++ trunk/BOOK/packages.ent 2006-03-15 07:27:43 UTC (rev 1273) @@ -125,10 +125,6 @@ <!ENTITY hfsutils-size "203 KB"> <!ENTITY hfsutils-url "ftp://ftp.mars.org/pub/hfs/hfsutils-&hfsutils-version;.tar.gz"> -<!ENTITY hotplug-version "2004_09_23"> -<!ENTITY hotplug-size "38 KB"> -<!ENTITY hotplug-url "&kernel;linux/utils/kernel/hotplug/hotplug-&hotplug-version;.tar.bz2"> - <!ENTITY iana-etc-version "2.00"> <!ENTITY iana-etc-size "174 KB"> <!ENTITY iana-etc-url "http://www.sethwklein.net/projects/iana-etc/downloads/iana-etc-&iana-etc-version;.tar.bz2"> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
