diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
commit | b08f4096533577934b885fa9df41d3881d141612 (patch) | |
tree | 8e5ffc0ba65ac34d97cd6a896d33b85a897a6da8 /chapter04/introduction.xml | |
parent | ad08014624938a3a3bfd1b44e8b27d02c7b06dd8 (diff) |
Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/introduction.xml')
-rw-r--r-- | chapter04/introduction.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/chapter04/introduction.xml b/chapter04/introduction.xml new file mode 100644 index 000000000..d136d5225 --- /dev/null +++ b/chapter04/introduction.xml @@ -0,0 +1,40 @@ +<sect1 id="ch03-introduction"> +<title>Introduction</title> + +<para> +Below is a list of all the packages you need to download for building +the basic system. The version numbers printed correspond to versions of +the software that is known to work and which this book is based on. If you +experience problems which you can't solve yourself, download the version that +is assumed in this book (in case you downloaded a newer version). +</para> + +<para> +If the packages.linuxfromscratch.org server isn't allowing connections +anymore try one of our mirror sites. The addresses of the mirror sites +can be found in <ulink url="ch01-version.html">Chapter 1 - Book +Version</ulink> +</para> + +<para> +We have provided a list of official download sites of the packages below +in <ulink url="appendixc.html">Appendix C - Official download locations +</ulink>. The LFS FTP archive only contains the versions of packages +that are recommended for use in this book. If you're looking +for newer versions than the ones listed here you can have a look in +Appendix C. +</para> + +<para> +Please note that all files downloaded from the LFS FTP archive are files +compressed with bzip2 instead of gz. If you don't know how to handle bz2 +files, please read <ulink url="ch02-install.html">Chapter 2 - How to install +the software</ulink>. +</para> + +<para> +The list below is current as of January 5th, 2001 +</para> + +</sect1> + |