source: prologue/audience.xml@ 672d197

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.0 6.1 6.1.1 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
Last change on this file since 672d197 was 287ea55, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Merged newxml into HEAD

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

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