foreword.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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="pf-foreword">
  7. <title>Foreword</title>
  8. <?dbhtml filename="foreword.html"?>
  9. <para>See testing</para>
  10. <!--
  11. <para>Having used a number of different Linux distributions, I was never
  12. fully satisfied with any of them. I didn't like the arrangement of
  13. the bootscripts. I didn't like the way certain programs were configured by
  14. default. Much more of that sort of thing bothered me. Finally I realized
  15. that if I wanted full satisfaction from my Linux system I would have to
  16. build my own system from scratch, using only the source code. I resolved
  17. not to use pre-compiled packages of any kind, nor CD-ROM or boot disk that
  18. would install some basic utilities. I would use my current Linux system to
  19. develop my own.</para>
  20. <para>This wild idea seemed very difficult at the time and often seemed
  21. an impossible task. After sorting out all kinds of problems, such as
  22. dependencies and compile-time errors, a custom-built Linux system was
  23. created that was fully operational. I called this system a Linux From Scratch
  24. system, or LFS for short.</para>
  25. <para>I hope you will have a great time working on your own LFS!</para>
  26. <literallayout>-
  27. Gerard Beekmans
  28. gerard@linuxfromscratch.org</literallayout>
  29. -->
  30. </sect1>