diff options
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingpart.xml | 10 | ||||
-rw-r--r-- | chapter03/introduction.xml | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index 5ac749991..03fd29709 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -23,11 +23,11 @@ skipped.</para> <para>The cfdisk program (or another fdisk like program you prefer) is to be started with the appropriate hard disk as the option (like /dev/hda if a new partition is to be created on the primary master IDE disk). It is -used to create a Linux Native partition, write the partition table and exit -the cfdisk program. Please refer to the documentation that comes with your -fdisk program of choice (the man pages are often a good place to start) -and read the procedures about how to create a new Linux native -partition and how to write the partition table.</para> +used to create a Linux Native partition and to write the partition table. +Please refer to the documentation that comes with your fdisk program of +choice (the man pages are often a good place to start) and read the +procedures about how to create a new Linux native partition and how to +write the partition table.</para> <para>The new partition's designation should be remembered. It could be something like hda11. This newly created partition will be diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index bef31fb9d..956f69aba 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -2,9 +2,9 @@ <title>Introduction</title> <?dbhtml filename="introduction.html" dir="chapter04"?> -<para>In this chapter the partition that is going to host the LFS system is -prepared. We will create the partition itself, make a file -system on it, and mount it.</para> +<para>In this chapter, the partition which will host the LFS system is +prepared. We will create the partition itself, make a file system on it, +and mount it.</para> </sect1> |