diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-26 04:30:46 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-26 04:30:46 +0000 |
commit | 76f59642453584ad11350d054916d15478182da9 (patch) | |
tree | 02c2ebb144e0b1abf9aaca3bc79a6ecb8303066f /preface | |
parent | 50b7320e7061dc677eed2c1fdf43af52635c36fb (diff) |
Added "Prerequisites" section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'preface')
-rw-r--r-- | preface/preface.xml | 1 | ||||
-rw-r--r-- | preface/prerequisites.xml | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/preface/preface.xml b/preface/preface.xml index 3ec6d6b3b..333a1b397 100644 --- a/preface/preface.xml +++ b/preface/preface.xml @@ -5,6 +5,7 @@ &pf-foreword; &pf-whoread; &pf-whonotread; +&pf-prerequisites; &pf-organization; </preface> diff --git a/preface/prerequisites.xml b/preface/prerequisites.xml new file mode 100644 index 000000000..ec827c4a1 --- /dev/null +++ b/preface/prerequisites.xml @@ -0,0 +1,24 @@ +<sect1 id="pf-prerequisites"> +<title>Prerequisites</title> +<?dbhtml filename="prerequisites.html" dir="preface"?> + +<para>This book assumes that its reader has a good deal of knowledge about +using and installing Linux software. Before you begin building your LFS +system, you should read the following HOWTOs:</para> + +<itemizedlist> +<listitem><para>Software-Building-HOWTO</para> + +<para>This is a comprehensive guide to building and installing "generic" +UNIX software distributions under Linux. This HOWTO is available at +<ulink url="&tldp-root;HOWTO/Software-Building-HOWTO.html"/>.</para></listitem> + +<listitem><para>The Linux Users' Guide</para> + +<para>This guide covers the usage of assorted Linux software and is +available at +<ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/>.</para></listitem> + +</itemizedlist> + +</sect1> |