Ignore:
Timestamp:
12/18/2005 12:25:25 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7686ca6
Parents:
8e8f0039
Message:

Prologue indentation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/organization.xml

    r8e8f0039 rb330f4a  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="pre-organization">
    7 <title>Structure</title>
    8 <?dbhtml filename="organization.html"?>
     9  <?dbhtml filename="organization.html"?>
    910
    10 <para>This book is divided into the following parts.</para>
     11  <title>Structure</title>
    1112
    12 <sect2>
    13 <title>Part I - Introduction</title>
     13  <para>This book is divided into the following parts.</para>
    1414
    15 <para>Part I explains a few important notes on how to proceed with the
    16 LFS installation.  This section also provides meta-information about
    17 the book.</para>
    18 </sect2>
     15  <sect2>
     16    <title>Part I - Introduction</title>
    1917
    20 <sect2>
    21 <title>Part II - Preparing for the Build</title>
     18    <para>Part I explains a few important notes on how to proceed with the
     19    LFS installation.  This section also provides meta-information about
     20    the book.</para>
     21  </sect2>
    2222
    23 <para>Part II describes how to prepare for the building process&mdash;making
    24 a partition, downloading the packages, and compiling temporary
    25 tools.</para>
    26 </sect2>
     23  <sect2>
     24    <title>Part II - Preparing for the Build</title>
    2725
    28 <sect2>
    29 <title>Part III - Building the LFS System</title>
     26    <para>Part II describes how to prepare for the building process&mdash;making
     27    a partition, downloading the packages, and compiling temporary
     28    tools.</para>
     29  </sect2>
    3030
    31 <para>Part III guides the reader through the building of the LFS
    32 system&mdash;compiling and installing all the packages one by one,
    33 setting up the boot scripts, and installing the kernel. The resulting
    34 Linux system is the foundation on which other software can be built to
    35 expand the system as desired. At the end of this book, there is an
    36 easy to use reference listing all of the programs, libraries, and
    37 important files that have been installed.</para>
    38 </sect2>
     31  <sect2>
     32    <title>Part III - Building the LFS System</title>
     33
     34    <para>Part III guides the reader through the building of the LFS
     35    system&mdash;compiling and installing all the packages one by one,
     36    setting up the boot scripts, and installing the kernel. The resulting
     37    Linux system is the foundation on which other software can be built to
     38    expand the system as desired. At the end of this book, there is an
     39    easy to use reference listing all of the programs, libraries, and
     40    important files that have been installed.</para>
     41  </sect2>
    3942
    4043</sect1>
Note: See TracChangeset for help on using the changeset viewer.