how.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <sect1 id="ch01-how">
  2. <title>How things are going to be done</title>
  3. <para>We are going to build the LFS system by using an already installed Linux
  4. distribution such as Debian, SuSe, Slackware, Mandrake, RedHat, etc. There
  5. is no need to have any kind of bootdisk. We will use an existing Linux
  6. system as the base (since we need a compiler, linker, text editor, and
  7. other tools).</para>
  8. <para>After you have downloaded the necessary packages that make up an LFS
  9. system you will create a new Linux native partition where the LFS system
  10. will be installed onto.</para>
  11. <para>The next step, chapter 5, will be the installation of a number of
  12. packages that are statically linked and installed on the LFS partition.
  13. These packages form a basic development suite which will be used to
  14. install the actual system.</para>
  15. <para>Chapter 6 installs the actual base system. We use the chroot program to
  16. start a new shell who's root directory will be set to the LFS
  17. partition. This, in essence, is the same as rebooting and have the
  18. kernel mount the LFS partition as the root partition. The reason that
  19. we don't actually reboot, but instead chroot, is that this way you can
  20. still use your host system. While software is being installed you can
  21. simply switch to a different VC (Virtual Console) or X desktop and
  22. continue using your computer.</para>
  23. <para>When all the software is installed, chapter 7 will setup the boot
  24. scripts. Chapter 8 will setup the Linux boot loader and you can finally
  25. reboot your system into your new LFS-system.</para>
  26. <para>This is the process in a nutshell. Detailed information on the steps
  27. you are taking are provided in the chapters as you go through them. If
  28. something isn't completely clear yet, don't worry. It will become very
  29. clear shortly.</para>
  30. <para>Please read chapter 2 carefully as it explains a few important things
  31. you need to be aware of before you work your way through chapters 5 and
  32. above.</para>
  33. </sect1>