From faca37e6ec77abdb9cb734c4d159ce98530a3f7d Mon Sep 17 00:00:00 2001 From: Archaic Date: Sat, 2 Jul 2005 05:56:57 +0000 Subject: Several minor wording changes in chapter 8 (matt). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/bootscripts.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'chapter07/bootscripts.xml') diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 721b4e909..2024f4208 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -50,8 +50,8 @@ swap, sysklogd, template, and udev checkfs -Checks the file systems before they are mounted (with the exception of journal -and network based file systems) +Checks the integrity of the file systems before they are mounted (with the +exception of journal and network based file systems) checkfs @@ -71,8 +71,8 @@ and removes the possibly present /etc/nologin, console -Loads the keymap table specified as proper for the keyboard -layout; it also sets the screen font +Loads the correct keymap table for the desired keyboard layout; it also +sets the screen font console @@ -80,8 +80,8 @@ layout; it also sets the screen font functions -Contains functions shared among different scripts, such as error -and status checking +Contains common functions that are used by several bootscripts, such as +error and status checking functions @@ -97,7 +97,7 @@ and status checking hotplug -Load modules for system devices +Loads modules for system devices hotplug @@ -105,7 +105,7 @@ and status checking ifdown -Assists the network script with network devices +Assists the network script with stopping network devices ifdown @@ -113,7 +113,7 @@ and status checking ifup -Assists the network script with network devices +Assists the network script with starting network devices ifup @@ -138,8 +138,8 @@ and status checking mountkernfs -Is used to mount kernel-provided file systems, such as -proc +Mounts virtual kernel file systems, such as proc mountkernfs @@ -156,9 +156,9 @@ the default gateway (where applicable) rc -The master run-level control script; it is responsible for -running all other scripts one-by-one, in a sequence determined by -the name of the symbolic links being processed +The master run-level control script; it is responsible for running all the +other bootscripts one-by-one, in a sequence determined by the name of the +symbolic links being processed rc @@ -226,8 +226,8 @@ daemons udev -Sets up udev and create the device nodes in /dev +Prepares the /dev directory and +starts Udev udev -- cgit v1.2.3-54-g00ecf