how.xml 928 B

123456789101112131415161718192021222324
  1. <sect1 id="ch01-how">
  2. <title>How things are going to be done</title>
  3. <para>
  4. We are going to build the LFS system by using an already installed Linux
  5. distribution such as Debian, SuSE, Slackware, Mandrake, RedHat, etc. There
  6. is no need to have any kind of bootdisk. We will use an existing Linux
  7. system as the base (since we need a compiler, linker, text editor, and
  8. other tools).
  9. </para>
  10. <para>
  11. If Linux was not installed yet, it is not possible to put this
  12. book to use right away. I suggest to first install a Linux
  13. distribution. It really doesn't matter which one is installed. It also
  14. doesn't need to be the latest version, though it shouldn't be too old.
  15. If it is about a year old or newer it should do just fine. It will save
  16. a lot of trouble if the normal system uses glibc-2.1 or newer.
  17. Libc5 isn't supported by this book, though it isn't impossible to use a
  18. libc5 system if there is no choice.
  19. </para>
  20. </sect1>