git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -1,5 +1,6 @@
<chapter id="chapter01">
<title>Introduction</title>
+<?dbhtml filename="chapter01.html" dir="chapter01"?>
&c1-how;
&c1-conventions;
<sect1 id="ch01-contactinfo">
<title>Contact information</title>
+<?dbhtml filename="contactinfo.html" dir="chapter01"?>
<para>Please direct your emails to one of the LFS mailing lists. See
<xref linkend="ch01-maillists"/> for more information on the
<sect1 id="ch01-conventions">
<title>Conventions used in this book</title>
+<?dbhtml filename="conventions.html" dir="chapter01"?>
<para>To make things easy to follow, there are a number of conventions used
throughout the book. Following are some examples:</para>
<sect1 id="ch01-how">
<title>How things are going to be done</title>
+<?dbhtml filename="how.html" dir="chapter01"?>
<para>We are going to build the LFS system by using an already installed Linux
distribution such as Debian, SuSe, Slackware, Mandrake, RedHat, etc. There
<sect1 id="ch01-maillists" xreflabel="Chapter 1 - Mailing lists and archives">
<title>Mailing lists and archives</title>
+<?dbhtml filename="maillists.html" dir="chapter01"?>
<para>The linuxfromscratch.org server is hosting the following publicly
accessible mailing lists:</para>
<sect1 id="ch01-version" xreflabel="Chapter 1 - Book Version">
<title>Book version</title>
+<?dbhtml filename="version.html" dir="chapter01"?>
<para>This is LFS-BOOK version &version; dated &releasedate;. If this
version is older than a month a newer version is probably already available
<sect1 id="ch02-aboutlfs">
<title>About $LFS</title>
+<?dbhtml filename="aboutlfs.html" dir="chapter02"?>
<para>Please read the following carefully: throughout this book
the variable $LFS will be used frequently. $LFS must at all times be
<sect1 id="ch02-askforhelp">
<title>How to ask for help</title>
+<?dbhtml filename="askforhelp.html" dir="chapter02"?>
<para>If you have a problem while using this book, you'll find that most
of the people on Internet Relay Chat (IRC) and the mailing lists will be
<sect1 id="ch02-bootscripts">
<title>Download the bootscripts</title>
+<?dbhtml filename="bootscripts.html" dir="chapter02"?>
<para>Typing out all the bootscripts in chapter 7 can be a long, tedious
process, not to mention very error-prone.</para>
<chapter id="chapter02">
<title>Important information</title>
+<?dbhtml filename="chapter02.html" dir="chapter02"?>
&c2-aboutlfs;
&c2-download;
<sect1 id="ch02-commands">
<title>Download the LFS Commands</title>
+<?dbhtml filename="commands.html" dir="chapter02"?>
<para>LFS Commands is a tarball containing files which list the installation
commands for the packages installed in this book.</para>
<sect1 id="ch02-download">
<title>How to download the software</title>
+<?dbhtml filename="download.html" dir="chapter02"?>
<para>Throughout this document, we will assume that all the
packages that were downloaded are placed somewhere in $LFS/usr/src.</para>
<sect1 id="ch02-install" xreflabel="Chapter 2 - How to install the software">
<title>How to install the software</title>
+<?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
<chapter id="chapter04">
<title>Preparing a new partition</title>
+<?dbhtml filename="chapter04.html" dir="chapter04"?>
&c4-introduction;
&c4-creatingpart;
<sect1 id="ch04-creatingdirs">
<title>Creating directories</title>
+<?dbhtml filename="creatingdirs.html" dir="chapter04"?>
<para>Before we start creating directories, we need to check the base
system's umask setting. To do this, we run
<sect1 id="ch04-creatingfs">
<title>Creating a file system on the new partition</title>
+<?dbhtml filename="creatingfs.html" dir="chapter04"?>
<para>Once the partition is created, we have to create a new file system on
that partition. The standard file system used these days is the ext2
<sect1 id="ch04-creatingpart">
<title>Creating a new partition</title>
+<?dbhtml filename="creatingpart.html" dir="chapter04"?>
<para>First, let's start with telling you that it is possible to build LFS
on only one partition, which is where your original distribution is
<sect1 id="ch04-introduction">
+<?dbhtml filename="introduction.html" dir="chapter04"?>
<para>In this chapter, the partition that is going to host the LFS system is
going to be prepared. We will be creating the partition itself, a file
<sect1 id="ch04-mounting">
<title>Mounting the new partition</title>
+<?dbhtml filename="mounting.html" dir="chapter04"?>
<para>Now that we have created a file system, it is ready for use. All we have
to do to be able to access the partition (as in reading data from and writing
<chapter id="chapter03">
<title>Packages that need to be downloaded</title>
+<?dbhtml filename="chapter03.html" dir="chapter03"?>
&c3-introduction;
&c3-packages;
<sect1 id="ch03-introduction">
+<?dbhtml filename="introduction.html" dir="chapter03"?>
<para>Below is a list of all the packages that are needed to download for
building the basic system. The version numbers printed correspond to versions of
<sect1 id="ch03-packages">
+<?dbhtml filename="packages.html" dir="chapter03"?>
<literallayout>
&c3-toplevel;