aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/creatingpartition.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-15 09:24:40 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-15 09:24:40 +0200
commitd4c8dce41281747caf8a0537a3c41b64e78f767c (patch)
tree548a5d925622d17ff3fc2c98699a98a2d476d65f /chapter02/creatingpartition.xml
parentdf1207e0fb2613f19cb89b8c2bddf24b72e1ec6a (diff)
parent06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (diff)
Merge branch 'trunk' into plabs/condxml
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>