diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml
index 040a575fd..d5429ad7c 100644
--- a/chapter02/creatingpartition.xml
+++ b/chapter02/creatingpartition.xml
@@ -94,10 +94,10 @@
Swapping is never good. For mechanical hard drives you can generally
tell if a system is swapping by just listening to disk activity and
- observing how the system reacts to commands. With an SSD drive you will not
+ observing how the system reacts to commands. With an SSD you will not
be able to hear swapping, but you can tell how much swap space is being used
by running the top or free programs. Use of
- an SSD drive for a swap partition should be avoided if possible. The first
+ an SSD for a swap partition should be avoided if possible. The first
reaction to swapping should be to check for an unreasonable command such as
trying to edit a five gigabyte file. If swapping becomes a normal
occurrence, the best solution is to purchase more RAM for your
@@ -112,7 +112,7 @@
must be available for GRUB to use during installation of the boot
loader. This partition will normally be labeled 'BIOS Boot' if using
fdisk or have a code of EF02 if
- using the gdisk.
+ using the gdisk command.
The Grub Bios partition must be on the drive that the BIOS
uses to boot the system. This is not necessarily the drive that holds
@@ -155,11 +155,11 @@
needed for the system to run. For LFS a separate partition for
/usr is normally not needed.
If you create it anyway, you should make a partition large enough to
- fit all the programs and libraries in the system. The root partition can be
+ fit all the programs and libraries in the system. The root partition can be
very small (maybe just one gigabyte) in this configuration, so it's
suitable for a thin client or diskless workstation (where
/usr is mounted from a remote
- server). However you should be aware that an initramfs (not covered by
+ server). However, you should be aware that an initramfs (not covered by
LFS) will be needed to boot a system with a separate
/usr partition.
@@ -174,12 +174,12 @@
used, will usually not need to exceed a couple of
gigabytes. If you have enough RAM, you can mount a
tmpfs on /tmp to make
- the accesses to temporary files faster.
+ access to temporary files faster.
/tmp – By default, systemd
mounts a tmpfs here.
- If you want to override the behavior, follow
- configuring the LFS
+ If you want to override that behavior, follow
+ when configuring the LFS
system.
/usr/src – This partition is very
@@ -190,10 +190,10 @@
- Any separate partition that you want automatically mounted upon boot
- needs to be specified in the /etc/fstab. Details
- about how to specify partitions will be discussed in .
+ Any separate partition that you want automatically mounted when the
+ system starts must be specified in the /etc/fstab file.
+ Details about how to specify partitions will be discussed in .