aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/creatingpartition.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter02/creatingpartition.xml')
-rw-r--r--chapter02/creatingpartition.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml
index efca7ea1c..ac496bbae 100644
--- a/chapter02/creatingpartition.xml
+++ b/chapter02/creatingpartition.xml
@@ -37,7 +37,7 @@
<para>Start a disk partitioning program such as <command>cfdisk</command>
or <command>fdisk</command> with a command line option naming the hard
disk on which the new partition will be created&mdash;for example
- <filename class="devicefile">/dev/sda</filename> for the primary
+ <filename class="devicefile">/dev/sda</filename> for the primary
disk drive. Create a Linux native partition and a
<systemitem class="filesystem">swap</systemitem> partition, if needed. Please
refer to <filename>cfdisk(8)</filename> or <filename>fdisk(8)</filename> if
@@ -88,7 +88,7 @@
swapping.</para>
<para>If you want to use the hibernation feature (suspend-to-disk) of Linux,
- it writes out the contents of RAM to the swap partition before turning off
+ it writes out the contents of RAM to the swap partition before turning off
the machine. In this case the size of the swap partition should be at
least as large as the system's installed RAM.</para>
@@ -114,8 +114,8 @@
<command>fdisk</command> or have a code of <emphasis>EF02</emphasis> if
using <command>gdisk</command>.</para>
- <note><para>The Grub Bios partition must be on the drive that the BIOS
- uses to boot the system. This is not necessarily the same drive where the
+ <note><para>The Grub Bios partition must be on the drive that the BIOS
+ uses to boot the system. This is not necessarily the same drive where the
LFS root partition is located. Disks on a system may use different
partition table types. The requirement for this partition depends
only on the partition table type of the boot disk.</para></note>