Added "Prerequisites" section.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-10-26 04:30:46 +00:00
parent 50b7320e70
commit 76f5964245
7 changed files with 32 additions and 2 deletions

View File

@ -41,6 +41,9 @@
</itemizedlist>
</para></listitem>
<listitem><para>October 25th, 2002 [timothy]: Preface: Added
"Prerequisites" section.</para></listitem>
<listitem><para>October 25th, 2002 [timothy]: Chapter 09: Added "What now?"
section.</para></listitem>

View File

@ -28,7 +28,7 @@ to modules and to kernel configuration in general may be found in the
kernel documentation, which is stored stored in
<filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The
modules.conf man page and the kernel HOWTO at
<ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of
<ulink url="&tldp-root;HOWTO/Kernel-HOWTO.html"/> may also be of
interest to you.</para>
<para>The following commands are run to build the kernel:</para>

View File

@ -33,7 +33,7 @@ information.</para></listitem>
<para>The goal of the Linux Documentation Project is to collaborate in
all of the issues of Linux documentation. The LDP features a large collection
of HOWTOs, Guides and man pages; it may be found at
<ulink url="http://www.tldp.org/"/>.</para></listitem>
<ulink url="&tldp-root;"/>.</para></listitem>
</itemizedlist>

View File

@ -2,6 +2,7 @@
<!ENTITY pf-foreword SYSTEM "../preface/foreword.xml">
<!ENTITY pf-whoread SYSTEM "../preface/whoread.xml">
<!ENTITY pf-whonotread SYSTEM "../preface/whonotread.xml">
<!ENTITY pf-prerequisites SYSTEM "../preface/prerequisites.xml">
<!ENTITY pf-organization SYSTEM "../preface/organization.xml">
<!ENTITY pf-oz-organpart1 SYSTEM "../preface/organpart1.xml">
<!ENTITY pf-oz-organpart2 SYSTEM "../preface/organpart2.xml">

View File

@ -14,6 +14,7 @@
<!ENTITY hints-root "http://hints.linuxfromscratch.org/hints/">
<!ENTITY hints-index "http://hints.linuxfromscratch.org/hints.shtml">
<!ENTITY blfs-root "http://beyond.linuxfromscratch.org/">
<!ENTITY tldp-root "http://www.tldp.org/">
<!ENTITY all-version "cvs-20021023-1707">
<!ENTITY all-size-kb "99,270 KB">

View File

@ -5,6 +5,7 @@
&pf-foreword;
&pf-whoread;
&pf-whonotread;
&pf-prerequisites;
&pf-organization;
</preface>

24
preface/prerequisites.xml Normal file
View File

@ -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>