From 4ffc6a2ce9b39ebac71cb60f1206619a53b0ba3d Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 20 Jun 2005 17:31:31 +0000 Subject: [PATCH] Typos and tags fixes on hotplug.xml. Ported from trunk r6053 to r6055. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6063 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 ++++--- chapter06/hotplug.xml | 46 ++++++++++++++++++++--------------------- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 11cc833d5..455333f9f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -84,9 +84,10 @@ First a summary, then a detailed log. -June 20th, 2005 [manuel]: kernel.xml: Added a warning -about /usr/src/linux symlink and kernel headers, plus fixed the list -of installed files. Bug 1569. +June 20th, 2005 [manuel]: Added a warning about kernel +headers and Linux-Libc-Headers, plus fixed the list of installed files +on kernel.xml (bug 1569). Some typos and tags fixes ported from trunk +(r6048 to r6050 and r6053 to r6056) June 19th, 2005 [jhuntwork]: Changed listing of IRC servers to show only irc.linuxfromscratch.org. diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 363c406f8..56b777dae 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -25,7 +25,7 @@ running kernel. &dependencies; -bash, coreutils, find, gawk, make +Bash, Coreutils, Find, Gawk, and Make @@ -38,7 +38,7 @@ running kernel. Copy a file that the install target omits. -cp etc/hotplug/pnp.distmap /etc/hotplug +cp etc/hotplug/pnp.distmap /etc/hotplug Remove the init script that Hotplug installs, since we're going to be using the script included with LFS-Bootscripts: @@ -50,7 +50,7 @@ that reason, remove the network hotplug agent: rm -f /etc/hotplug/net.agent -Create a directory for storing firmware that can be loaded by +Create a directory for storing firmware that can be loaded by hotplug: mkdir /lib/firmware @@ -65,7 +65,7 @@ that reason, remove the network hotplug agent: Installed files hotplug /etc/hotplug/*.rc, /etc/hotplug/*.agent -/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb}, +/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb}, /etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events @@ -78,107 +78,107 @@ that reason, remove the network hotplug agent: hotplug -hotplug 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 an existing device is removed) +hotplug /etc/hotplug/*.rc -/etc/hotplug/*.rc These scripts are used for cold plugging, i.e., detecting and acting upon hardware already present during system startup. They are called by the hotplug initscript that comes from the LFS-Bootscripts package. The *.rc scripts try to recover hotplug events that were lost during system boot because, for example, the root filesystem was not mounted by the kernel +/etc/hotplug/*.rc /etc/hotplug/*.agent -/etc/hotplug/*.agent These scripts are called by hotplug 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 +/etc/hotplug/*.agent /etc/hotplug/blacklist -/etc/hotplug/blacklist This file contains the list of modules that should never be inserted into the kernel by the Hotplug scripts +/etc/hotplug/blacklist /etc/hotplug/hotplug.functions -/etc/hotplug/hotplug.functions This file contains common functions used by other scripts in the Hotplug package +/etc/hotplug/hotplug.functions /etc/hotplug/{pci,usb} +These directories contain user-written handlers for hotplug events /etc/hotplug/{pci,usb} -These directories contain user-written handlers for hotplug events /etc/hotplug/usb.usermap -/etc/hotplug/usb.usermap This file contains rules that determine which user-defined handlers to call for each USB device, based on its vendor ID and other attributes +/etc/hotplug/usb.usermap /etc/hotplug.d -/etc/hotplug.d This directory contains programs (or symlinks to them) that are interested in receiving hotplug events. For example, Udev puts its symlink here during installation +/etc/hotplug.d /lib/firmware -/lib/firmware This directory contains the firmware for devices that need to have their firmware loaded before use +/lib/firmware /var/log/hotplug/events +This file contains all the events that hotplug has +called since bootup /var/log/hotplug/events -This file contains all the events that hotplug has -called since bootup