Removing some of the dbhtml directives.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3274 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2004-03-03 22:10:40 +00:00
parent db9d773c6e
commit 46c039ef30
10 changed files with 24 additions and 38 deletions

View File

@ -15,10 +15,10 @@ first a summary, then a detailed log.</para>
<listitem><para>Upgraded to:</para>
<itemizedlist>
<listitem><para>less-382</para></listitem>
<listitem><para>lfs-utils-0.5</para></listitem>
<listitem><para>linux-2.4.25</para></listitem>
<listitem><para>man-pages-1.66</para></listitem>
<listitem><para>ncurses-5.4</para></listitem>
<listitem><para>linux-2.4.25</para></listitem>
<listitem><para>lfs-utils-0.5</para></listitem>
<listitem><para>procps-3.2.0</para></listitem>
</itemizedlist>
</listitem>
@ -36,21 +36,22 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>February 27th, 2004 [jeremy]: Upgraded to procps-3.2.0</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Upgraded to
Procps-3.2.0.</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Upgraded to lfs-utils-0.5 -
fixes a possible symlink attack in iana-get</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Upgraded to Lfs-utils-0.5 -
fixes a possible symlink attack in iana-get.</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Altered the instructions for
Chapter 6 findutils to be FHS-Compliant</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Chapter 6 - Altered the
instructions for Findutils to be FHS-compliant.</para></listitem>
<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
/usr/etc directory to conform with FHS - closes bug 775.</para></listitem>
<listitem><para>February 26th, 2004 [jeremy]: Upgraded to
Kernel 2.4.25</para></listitem>
Linux-2.4.25.</para></listitem>
<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 : Cleaned up the
<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 - Cleaned up the
Revision of chroot and Reboot sections.</para></listitem>
<listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final

View File

@ -1,6 +1,5 @@
<sect1 id="ch-prepare-aboutdependencies">
<sect1 id="prepare-aboutdependencies">
<title>About dependencies</title>
<?dbhtml filename="aboutdependencies.html" dir="chapter02"?>
<!-- Leave this file in the repo until we figure out finally what to do with
dependencies -->

View File

@ -1,6 +1,5 @@
<sect1 id="ch-prepare-aboutlfs">
<sect1 id="prepare-aboutlfs">
<title>About $LFS</title>
<?dbhtml filename="aboutlfs.html" dir="chapter02"?>
<para>Please read the following paragraphs carefully. Throughout this book the
variable LFS will be used frequently. $LFS must at all times be replaced with

View File

@ -1,6 +1,5 @@
<sect1 id="ch-prepare-aboutsbus">
<sect1 id="prepare-aboutsbus">
<title>About SBUs</title>
<?dbhtml filename="aboutsbus.html" dir="chapter02"?>
<para>Most people would like to know beforehand how long it approximately
takes to compile and install each package. But "Linux from Scratch" is built

View File

@ -1,6 +1,5 @@
<sect1 id="ch-prepare-abouttestsuites">
<sect1 id="prepare-abouttestsuites">
<title>About the test suites</title>
<?dbhtml filename="abouttestsuites.html" dir="chapter02"?>
<para>Most packages provide a test suite. Running the test suite for a newly
built package is generally a good idea, as it can provide a nice sanity check

View File

@ -1,6 +1,5 @@
<sect1 id="ch-prepare-askforhelp">
<sect1 id="prepare-askforhelp">
<title>How to ask for help</title>
<?dbhtml filename="askforhelp.html" dir="chapter02"?>
<para>If you encounter a problem while using this book, and your problem
is not listed in the FAQ (<ulink url="&faq-root;"/>), you will find that

View File

@ -1,6 +1,5 @@
<chapter id="chapter-preparation" xreflabel="Chapter 2">
<title>Important information</title>
<?dbhtml filename="chapter02.html" dir="chapter02"?>
&c2-aboutlfs;
&c2-aboutsbus;

View File

@ -1,11 +1,9 @@
<chapter id="chapter-making-space" xreflabel="Chapter 3">
<title>Preparing a new partition</title>
<?dbhtml filename="chapter03.html" dir="chapter03"?>
<sect1 id="ch-space-introduction">
<sect1 id="space-introduction">
<title>Introduction</title>
<?dbhtml filename="introduction.html" dir="chapter03"?>
<para>In this chapter the partition which will host the LFS system is
prepared. We will create the partition itself, make a file system on it,
@ -14,9 +12,8 @@ and mount it.</para>
</sect1>
<sect1 id="ch-space-creatingpart">
<sect1 id="space-creatingpart">
<title>Creating a new partition</title>
<?dbhtml filename="creatingpart.html" dir="chapter03"?>
<para>In order to build our new Linux system, we will need some space:
an empty disk partition. If you don't have a free partition, and no room
@ -55,9 +52,8 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para>
</sect1>
<sect1 id="ch-space-creatingfs">
<sect1 id="space-creatingfs">
<title>Creating a file system on the new partition</title>
<?dbhtml filename="creatingfs.html" dir="chapter03"?>
<para>Now that we have a blank partition, we can create a file system on it.
Most widely used in the Linux world is the second extended file system (ext2),
@ -85,9 +81,8 @@ partition.</para>
</sect1>
<sect1 id="ch-space-mounting">
<sect1 id="space-mounting">
<title>Mounting the new partition</title>
<?dbhtml filename="mounting.html" dir="chapter03"?>
<para>Now that we've created a file system, we want to be able to access
the partition. For that, we need to mount it, and have to choose a mount

View File

@ -1,11 +1,9 @@
<chapter id="chapter-getting-materials" xreflabel="Chapter 4">
<title>The materials: packages and patches</title>
<?dbhtml filename="chapter04.html" dir="chapter04"?>
<sect1 id="ch-materials-introduction">
<sect1 id="materials-introduction">
<title>Introduction</title>
<?dbhtml filename="introduction.html" dir="chapter04"?>
<para>Below is a list of packages you need to download for building a basic
Linux system. The listed version numbers correspond to versions of the
@ -57,9 +55,8 @@ and every individual file manually.</para>
</sect1>
<sect1 id="ch-materials-packages">
<sect1 id="materials-packages">
<title>All the packages</title>
<?dbhtml filename="packages.html" dir="chapter04"?>
<para>Download or otherwise obtain the following packages:</para>
@ -258,9 +255,8 @@ download courtesy of the generous LFS mirror sites. Please refer to the
</sect1>
<sect1 id="ch-materials-patches">
<sect1 id="materials-patches">
<title>Needed patches</title>
<?dbhtml filename="patches.html" dir="chapter04"?>
<para>Besides all those packages, you'll also need several patches. These
correct tiny mistakes in the packages that should be fixed by the maintainer,

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "CVS-2004-02-27">
<!ENTITY releasedate "February 27th, 2004">
<!ENTITY version "CVS-2004-03-03">
<!ENTITY releasedate "March 3rd, 2004">
<!ENTITY milestone "5.2">
<!ENTITY nbsp " ">