source: preface/whoread.xml@ 4089c23

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 v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 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 4089c23 was 4089c23, checked in by Gerard Beekmans <gerard@…>, 23 years ago

added <?dbhtml> tag for output redirection into subdir

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

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<sect1 id="pre-whoread">
2<title>Who would want to read this book</title>
3<?dbhtml filename="whoread.html" dir="preface"?>
4
5<para>There are a lot of reasons why somebody would want to read this
6book in order to install an LFS system. The question most people raise
7is "why go through all the hassle of manually installing a Linux system
8from scratch when you can just download an existing distribution like
9Debian or Redhat". That is a valid question which I hope to answer for
10you.</para>
11
12<para>The most important reason for LFS's existence is teaching people
13how a Linux system works internally. Building an LFS system teaches you
14about all that makes Linux tick, how things work together, and depend on
15each other. And most importantly, how to customize it to your own taste
16and needs.</para>
17
18<para>One of the key benefits of LFS is that you are in control of
19your system without having to rely on somebody else's Linux
20implementation like Debian. You are in the driver's seat now and are
21able to dictate every single thing such as the directory layout and boot
22script setup. You will also know exactly where, why and how programs
23are installed.</para>
24
25<para>Another benefit of LFS is that you can create a very compact Linux
26system. When you install a distribution like Debian or RedHat, you end
27up installing a lot of programs you would never in your life use.
28They're just sitting there taking up (precious) disk space. It's not
29hard to get an LFS system installed under 100 MB. Does that still sound
30like a lot? A few of us have been working on creating a very small
31embedded LFS system. We installed a system that was just enough to run
32the Apache web server; total disk space usage was aproximately 8 MB.
33With further stripping, that can be brought down to 5 MB or less. Try
34that with a generic Debian or Redhat distribution.</para>
35
36<para>If we were to compare a Linux distribution with a hamburger you
37buy at a supermarket or fast-food restaurant, you would end up eating it
38without knowing precisely what it is you are eating, whereas LFS gives
39you the ingredients to make a hamburger. This allows you to carefully
40inspect it, remove unwanted ingredients, and at the same time allow you
41to add ingredients to enhance the flavour of your hamburger. When you are
42satisfied with the ingredients, you go on to the next part of putting it
43together. You now have the chance to make it just the way you like it:
44broil it, bake it, deep-fry it, barbeque it, or eat it raw.</para>
45
46<para>Another analogy that we can use is that of comparing LFS with a
47finished house. LFS will give you the skeleton of a house, but it's up
48to you to install plumbing, electrical outlets, kitchen, bathtub,
49wallpaper, etc.</para>
50
51<para>Another advantage of a custom built Linux system is added security.
52You will compile the entire system from source, thus allowing you to audit
53everything, if you wish to do so, and apply all the security patches you
54want or need to apply. You don't have to wait for somebody else to
55provide a new binary package that fixes a security hole. Besides, you
56have no guarantee that the new package actually fixes the problem
57(adequately). You never truly know whether a security hole is fixed or
58not unless you do it yourself.</para>
59
60</sect1>
61
Note: See TracBrowser for help on using the repository browser.