diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
commit | 2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch) | |
tree | 6059aa8ca1a67a6e974f8802b9af66a7330272a4 /chapter02/install.xml | |
parent | f5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff) |
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/install.xml')
-rw-r--r-- | chapter02/install.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/install.xml b/chapter02/install.xml index a37a71da0..866e18501 100644 --- a/chapter02/install.xml +++ b/chapter02/install.xml @@ -3,8 +3,8 @@ <?dbhtml filename="install.html" dir="chapter02"?> <para>Before you start using the LFS book, we should point out that all -of the commands here assume that you are using the bash shell. If you -aren't, the commands may work, but we can't guarantee it. If you want a +of the commands here assume that you are using the bash shell. If you +aren't, the commands may work, but we can't guarantee it. If you want a simple life, use bash.</para> <para>Before you can actually start doing something with a package, you need @@ -31,7 +31,7 @@ running:</para> <para><screen><userinput>bzcat filename.tar.bz2 | tar -xv</userinput></screen></para> <para>Nowadays most tar programs, but not all, are -patched to be able to use bzip2 files directly. They use either +patched to be able to use bzip2 files directly. They use either the -I, the -y, or the -j parameter, which work the same as the -z parameter for handling gzip files. The above construction, however, works no matter how your host system decided to patch tar.</para> @@ -76,7 +76,7 @@ available for when you need it again.</para> <para>There is one exception; the kernel source tree. Keep it around as you will need it later in this book when building a kernel. Nothing before then -will use the kernel tree, so the source tree won't be in your way. If, +will use the kernel tree, so the source tree won't be in your way. If, however, you are short of disk space, you can remove the kernel tree and re-untar it later when required.</para> |