diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-23 18:35:06 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-23 18:35:06 +0000 |
commit | 764d8f4d378f3bb4828e529057b0990297f8e28e (patch) | |
tree | 8395633182130a6606d7336223f974171792f19d /chapter03 | |
parent | 639a66c82c1958d7795167f50e52edfaf3f67962 (diff) |
Applied Bill Maltby's grammatic-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingpart.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index d8ebd0c22..af0741e81 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -15,7 +15,7 @@ Linux partition where we can build it. We recommend a partition size of at least 1 GB. This provides enough space to store the tarballs and compile all of the packages. You will probably need more space if you intend to install additional software and use the LFS system as your -primary Linux system. If a Linux Native partition is already available, +primary Linux system. If a Linux native partition is already available, this subsection can be skipped.</para> <para>Since your system memory can only hold a limited amount of data @@ -31,7 +31,7 @@ when we create the <filename>/etc/fstab</filename> file.</para> <para>The cfdisk program (or another fdisk-like program) should be started with the appropriate hard disk as the argument (like /dev/hda if a new partition is to be created on the primary master IDE disk). -Using this program, create a Linux Native partition. Please refer to +Using this program, create a Linux native partition. Please refer to the documentation of your fdisk program (the man pages are often a good place to start) for information about creating Linux native partitions and writing partition tables.</para> |