diff --git a/chapter09/bootscripts.xml b/chapter09/bootscripts.xml
index 57c6377ff..cb88a9fd8 100644
--- a/chapter09/bootscripts.xml
+++ b/chapter09/bootscripts.xml
@@ -24,7 +24,7 @@
The LFS-Bootscripts package contains a set of scripts to start/stop
- the LFS system at bootup/shutdown.
+ the LFS system at bootup/shutdown.
The configuration files and procedures needed to
customize the boot process are described in the following sections.
diff --git a/chapter09/consoled.xml b/chapter09/consoled.xml
index 76d304d44..1425f0410 100644
--- a/chapter09/consoled.xml
+++ b/chapter09/consoled.xml
@@ -25,7 +25,7 @@
language-specific HOWTOs can also help with this, see .
Examine the output of localectl list-keymaps for a list of
- valid console keymaps. Look in the
+ valid console keymaps. Look in the
/usr/share/consolefonts
directory for valid screen fonts.
diff --git a/chapter09/introduction.xml b/chapter09/introduction.xml
index 875003f14..7bd2219fc 100644
--- a/chapter09/introduction.xml
+++ b/chapter09/introduction.xml
@@ -29,7 +29,7 @@
additional scripts that perform the tasks required to initialize the
system.
- The init program is controlled by the
+ The init program is controlled by the
/etc/inittab file and is organized into run levels that
can be run by the user:
@@ -61,10 +61,10 @@
- May be slower to boot. A medium speed base LFS system
- takes 8-12 seconds where the boot time is measured from the
- first kernel message to the login prompt. Network
- connectivity is typically established about 2 seconds
+ May be slower to boot. A medium speed base LFS system
+ takes 8-12 seconds where the boot time is measured from the
+ first kernel message to the login prompt. Network
+ connectivity is typically established about 2 seconds
after the login prompt.
diff --git a/chapter09/locale.xml b/chapter09/locale.xml
index 73de29bd7..65cffc570 100644
--- a/chapter09/locale.xml
+++ b/chapter09/locale.xml
@@ -80,7 +80,7 @@ LC_ALL=<locale name> locale int_prefix
encoding used by the locale, the local currency, and the prefix to dial
before the telephone number in order to get into the country. If any of the
commands above fail with a message similar to the one shown below, this means
- that your locale was either not installed in Chapter 8 or is not
+ that your locale was either not installed in Chapter 8 or is not
supported by the default installation of Glibc.
locale: Cannot set LC_* to default locale: No such file or directory
@@ -142,7 +142,7 @@ EOF
substitutes them with question marks in that locale. Also, an attempt to send
mail with such characters from Mutt or Pine results in non-RFC-conforming
messages being sent (the charset in the outgoing mail is indicated as unknown
- 8-bit
). It's suggested that you use the C
locale only
+ 8-bit). It's suggested that you use the C
locale only
if you are certain that you will never need 8-bit characters.
&site;
-
+
Customizing the Boot and Shutdown Scripts
-
+
The LFS boot scripts boot and shut down a system in a fairly
efficient manner, but there are a few tweaks that you can make in the
rc.site file to improve speed even more and to adjust messages according
to your preferences. To do this, adjust the settings in
the /etc/sysconfig/rc.site file above.
-
+
-
+
During the boot script udev, there is
a call to udev settle that requires some time to
complete. This time may or may not be required depending on devices present
in the system. If you only have simple partitions and a single ethernet
card, the boot process will probably not need to wait for this command. To
skip it, set the variable OMIT_UDEV_SETTLE=y.
-
+
The boot script udev_retry also runs
udev settle by default. This command is only needed by
default if the /var directory is
@@ -622,12 +622,12 @@ EOF
also need to wait for udev to complete, but in many installations it is not
needed. Skip the command by setting the variable OMIT_UDEV_RETRY_SETTLE=y.
-
+
By default, the file system checks are silent. This can
appear to be a delay during the bootup process. To turn on the
fsck output, set the variable VERBOSE_FSCK=y.
-
+
When rebooting, you may want to skip the filesystem check,
fsck, completely. To do this, either create the file
/fastboot or reboot the system with the command
@@ -636,17 +636,17 @@ EOF
/forcefsck or running shutdown with
the -F parameter instead of -f.
-
+
Setting the variable FASTBOOT=y will disable fsck
during the boot process until it is removed. This is not recommended
on a permanent basis.
-
+
Normally, all files in the /tmp directory are deleted at boot time.
Depending on the number of files or directories present, this can cause a
noticeable delay in the boot process. To skip removing these files set the
variable SKIPTMPCLEAN=y.
-
+
During shutdown, the init program sends
a TERM signal to each program it has started (e.g. agetty), waits for a set
time (default 3 seconds), and sends each process a KILL signal and waits
@@ -658,9 +658,9 @@ EOF
-t0 -r now). The delay for the sendsignals
script can be skipped by setting the parameter
KILLDELAY=0.
-
+
-
+