diff options
-rw-r--r-- | chapter02/install.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter02/install.xml b/chapter02/install.xml index 5826fab11..72e3705cc 100644 --- a/chapter02/install.xml +++ b/chapter02/install.xml @@ -1,6 +1,11 @@ <sect1 id="ch02-install"> <title>How to install the software</title> +<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 gaurantee it. If you want a +simple life, use bash.</para> + <para>Before you can actually start doing something with a package, you need to unpack it first. Often the package files are tar'ed and gzip'ed or bzip2'ed. I'm not going to write down every time how to |