source: prologue/audience.xml@ 6a0e6f3

Last change on this file since 6a0e6f3 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xml:id="pre-audience">
9<title>Audience</title>
10<?dbhtml filename="audience.html"?>
11
12<section>
13<title>Who would want to read this book</title>
14
15<para>There are many reasons why somebody would want to read this book. The
16principal reason being to install a Linux system straight from the source
17code. A question many people raise is <quote>Why go through all the hassle of
18manually building a Linux system from scratch when you can just download and
19install an existing one?</quote>. That is a good question and is the impetus for
20this section of the book.</para>
21
22<para>One important reason for LFS's existence is to help people learn how a
23Linux system works from the inside out. Building an LFS system helps demonstrate
24to you what makes Linux tick, how things work together and depend on each
25other. One of the best things that this learning experience provides is the
26ability to customize Linux to your own tastes and needs.</para>
27
28<para>A key benefit of LFS is that you have more control of your system
29without relying on someone else's Linux implementation. With LFS, you are
30in the driver's seat and dictate every aspect of your system, such as the
31directory layout and bootscript setup. You also dictate where, why and how
32programs are installed.</para>
33
34<para>Another benefit of LFS is the ability to create a very compact Linux
35system. When installing a regular distribution, you are usually forced to
36install several programs which you are likely never to use. They're just
37sitting there wasting precious disk space (or worse, CPU cycles). It isn't
38difficult to build an LFS system of less than 100 MB. Does that still sound like a
39lot? A few of us have been working on creating a very small embedded LFS
40system. We successfully built a system that was just enough to run the Apache
41web server with approximately 8MB of disk space used. Further stripping could
42bring that down to 5 MB or less. Try that with a regular distribution.</para>
43
44<para>We could compare Linux distributions to a hamburger you buy at a
45fast-food restaurant -- you have no idea what you are eating. LFS, on the
46other hand, doesn't give you a hamburger, but the recipe to make a hamburger.
47This allows you to review it, to omit unwanted ingredients, and to
48add your own ingredients which enhance the flavor of your burger. When you
49are satisfied with the recipe, you go on to preparing it. You make it just
50the way you like it: broil it, bake it, deep-fry it, barbecue it, or eat it
51tar-tar (raw).</para>
52
53<para>Another analogy that we can use is that of comparing LFS with a
54finished house. LFS will give you the skeletal plan of a house, but it's up
55to you to build it. You have the freedom to adjust your plans as you
56go.</para>
57
58<para>One last advantage of a custom built Linux system is security.
59By compiling the entire system from source code, you are empowered to audit
60everything and apply all the security patches you feel are needed. You don't
61have to wait for somebody else to compile binary packages that fix a security
62hole. Unless you examine the patch and implement it yourself you have no
63guarantee that the new binary package was built correctly and actually fixes the
64problem (adequately).</para>
65
66<para>There are too many good reasons to build your own LFS system for them all
67to be listed here. This section is only the tip of the iceberg. As you
68continue in your LFS experience, you will find on your own the power that
69information and knowledge truly bring.</para>
70</section>
71
72<section>
73<title>Who would not want to read this book</title>
74
75<para>There are probably some who, for whatever reason, would feel that they do not
76want to read this book. If you do not wish to build your own Linux system from
77scratch, then you probably don't want to read this book. Our goal is to help
78you build a complete and usable foundation-level system. If you only want to
79know what happens while your computer boots, then we recommend the <quote>From
80Power Up To Bash Prompt</quote> HOWTO. The HOWTO builds a bare system which is
81similar to that of this book, but it focuses strictly on creating a system
82capable of booting to a BASH prompt.</para>
83
84<para>While you decide which to read, consider your objective. If you wish
85to build a Linux system while learning a bit along the way, then this book
86is probably your best choice. If your objective is strictly educational and
87you do not have any plans for your finished system, then the
88<quote>From Power Up To Bash Prompt</quote> HOWTO is probably a better choice.</para>
89
90<para>The <quote>From Power Up To Bash Prompt</quote> HOWTO is located at
91<uri xlink:href="http://axiom.anu.edu.au/~okeefe/p2b/">http://axiom.anu.edu.au/~okeefe/p2b/</uri> or on The Linux
92Documentation Project's website at
93<uri xlink:href="http://www.tldp.org/HOWTO/From-PowerUp-To-Bash-Prompt-HOWTO.html">http://www.tldp.org/HOWTO/From-PowerUp-To-Bash-Prompt-HOWTO.html</uri>.</para>
94
95</section>
96
97</section>
Note: See TracBrowser for help on using the repository browser.