diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-07-29 18:12:02 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-07-29 18:12:02 +0000 |
commit | fde5bc7ead280ef877f91be60cd1c6675cd35bb0 (patch) | |
tree | 915ffe76a1bf54e3f345a56b2bb7ff2a24f056dd /chapter03 | |
parent | 2a601b140b3f68310fe8dbd400a8a2ed3e7f03a6 (diff) |
Removed reiserfsprogs. Updated file and util-linux. Many miscellaneous changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |