download.xml 1.0 KB

1234567891011121314151617181920212223
  1. <sect1 id="ch02-download">
  2. <title>How to download the 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 just
  8. makes sense because you would still have access to those files when you boot
  9. into the LFS system. $LFS/usr/src is just a logical place to store source
  10. code, but by no means a requirement. You may even want to create a
  11. subdirectory under $LFS/usr/src for tarball storage. That way you can
  12. separate tarballs from temporary build directories, but again that's up
  13. to you.</para>
  14. <para>The next chapter contains a list of all the packages that need to be
  15. downloaded. The LFS partition isn't created yet, so you can't store it
  16. there yet. Just save it elsewhere for now, and when the LFS partition is
  17. created, move them over.</para>
  18. </sect1>