introduction.xml 1019 B

12345678910111213141516171819202122232425
  1. <sect1 id="ch01-intro">
  2. <title>Introduction</title>
  3. <para>
  4. Having used a number of different Linux distributions, I was never fully
  5. satisfied with any of those. I didn't like the way the bootscripts were
  6. arranged, I didn't like the way certain programs were configured by
  7. default, and more of those things. I came to realize that if I wanted to
  8. be fully satisfied with a Linux system, I would have to build my own Linux
  9. system from scratch, ideally using only the source code. Not using
  10. precompiled packages of any kind. No help from some sort of CD-ROM or
  11. bootdisk that would install some basic utilities. I would use my current
  12. Linux system and use that one to build my own.
  13. </para>
  14. <para>
  15. This, at one time, wild idea seemed very difficult and, at times, almost
  16. impossible. After sorting out all kinds of dependency problems, compile
  17. problems, etcetera, a custom-built Linux system was created and fully
  18. operational. I called this system an LFS system, which stands for Linux
  19. From Scratch.
  20. </para>
  21. </sect1>