| 123456789101112131415161718192021222324 | <sect1 id="ch02-download"><title>Where to store the downloaded software</title><?dbhtml filename="download.html" dir="chapter02"?><para>Throughout this document, we will assume that all thepackages that were downloaded are placed somewhere in $LFS/usr/src.</para><para>While it doesn't matter at all where you save the downloadedpackages, we recommend storing it at least on the LFS partition. Thisjust makes sense because you need to have access to those those fileswhen you chroot to $LFS and when you boot into the LFS system, althoughaccess when booted to $LFS could be handled other ways. $LFS/usr/src isjust a logical place to store source code, but by no means a requirement.You may even want to create a subdirectory under $LFS/usr/src for tarballstorage. That way you can separate tarballs from temporary builddirectories, but again that's up to you.</para><para>The next chapter contains a list of all the packages that need to bedownloaded. The LFS partition isn't created yet, so you can't store itthere yet. Just save it elsewhere for now, and when the LFS partition iscreated, move them over.</para></sect1>
 |