download.xml 1.2 KB

12345678910111213141516171819202122232425
  1. <sect1 id="ch02-download">
  2. <title>How to download the software</title>
  3. <para>Throughout this document, I will assume that all the
  4. packages that were downloaded are placed somewhere in $LFS/usr/src.</para>
  5. <para>I use the convention of having a $LFS/usr/src/sources directory.
  6. Under sources, I have the directory 0-9 and the directories a
  7. through z. A package like sysvinit-2.78.tar.gz is stored under
  8. $LFS/usr/src/sources/s/. A package like bash-2.04.tar.gz is stored under
  9. $LFS/usr/src/sources/b/, and so forth. This convention does not have to be
  10. followed, of course; I was just giving an example. It's better to keep
  11. the packages out of $LFS/usr/src and move them to a subdirectory, so
  12. we'll have a clean $LFS/usr/src directory in which we will unpack the
  13. packages and work with them.</para>
  14. <para>The next chapter contains the list of all the packages that need to be
  15. downloaded,
  16. but the partition that is going to contain our LFS system isn't created yet.
  17. Therefore, the files are temporarily stored somewhere else (it's up to
  18. you to decide where this 'else' is) and later moved to $LFS/usr/src/ when
  19. the chapter in which the new partition is prepared has been finished.</para>
  20. </sect1>