aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/creatingpartition.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:46:24 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:46:24 +0200
commita04b192f501eee20456e28616787d5248c12a4f6 (patch)
treeffa3194a195bea37cf0a516d230faf682f1795d6 /chapter02/creatingpartition.xml
parent5e0c67df78a80e813740de0e2645f1cc14038d4e (diff)
Remove spaces at end o lines - chapter02
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>