source: prologue/organization.xml@ ea7ec72

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 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
Last change on this file since ea7ec72 was ea7ec72, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Typos.
Tweaks to stripping.xml

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[287ea55]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[287ea55]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[b330f4a]7
[dc931cb]8<sect1 id="pre-organization">
[b330f4a]9 <?dbhtml filename="organization.html"?>
10
11 <title>Structure</title>
12
13 <para>This book is divided into the following parts.</para>
14
15 <sect2>
16 <title>Part I - Introduction</title>
17
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>
22
23 <sect2>
24 <title>Part II - Preparing for the Build</title>
25
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>
30
31 <sect2>
[493d6b5]32 <title>Part III - Building the LFS Cross Toolchain and Temporary Tools</title>
[b330f4a]33
[493d6b5]34 <para>Part III provides instructions for building the tools
[ea7ec72]35 needed for constructing the final LFS system.</para>
[493d6b5]36 </sect2>
37
38 <sect2>
39 <title>Part IV - Building the LFS System</title>
40
41 <para>Part IV guides the reader through the building of the LFS
[b330f4a]42 system&mdash;compiling and installing all the packages one by one,
43 setting up the boot scripts, and installing the kernel. The resulting
44 Linux system is the foundation on which other software can be built to
45 expand the system as desired. At the end of this book, there is an
46 easy to use reference listing all of the programs, libraries, and
47 important files that have been installed.</para>
48 </sect2>
[e431af69]49
[493d6b5]50 <sect2>
51 <title>Part V - Appendices</title>
52
53 <para>Part V provides information about the book itself including
54 acronyms and terms, acknowledgments, package dependencies,
55 a listing of LFS boot scripts, licenses for the distribution of the
56 book, and a comprehensive index of packages, programs, libraries,
57 and scripts.</para>
58 </sect2>
59
[287ea55]60</sect1>
Note: See TracBrowser for help on using the repository browser.