download.xml 1.1 KB

123456789101112131415161718192021222324
  1. <sect1 id="ch02-download">
  2. <title>Where to store the downloaded software</title>
  3. <?dbhtml filename="download.html" dir="chapter02"?>
  4. <para>Throughout this document, we will assume that all the
  5. packages that were downloaded are placed somewhere in $LFS/usr/src.</para>
  6. <para>While it doesn't matter at all where you save the downloaded
  7. packages, we recommend storing it at least on the LFS partition. This
  8. just makes sense because you need to have access to those those files
  9. when you chroot to $LFS and when you boot into the LFS system, although
  10. access when booted to $LFS could be handled other ways. $LFS/usr/src is
  11. just a logical place to store source code, but by no means a requirement.
  12. You may even want to create a subdirectory under $LFS/usr/src for tarball
  13. storage. That way you can separate tarballs from temporary build
  14. directories, but again that's up to you.</para>
  15. <para>The next chapter contains a list of all the packages that need to be
  16. downloaded. The LFS partition isn't created yet, so you can't store it
  17. there yet. Just save it elsewhere for now, and when the LFS partition is
  18. created, move them over.</para>
  19. </sect1>