whoread.xml 3.2 KB

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