mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
fada43129e
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
21 lines
914 B
XML
21 lines
914 B
XML
<sect1 id="ch02-download">
|
|
<title>How to download the software</title>
|
|
|
|
<para>Throughout this document, we will assume that all the
|
|
packages that were downloaded are placed somewhere in $LFS/usr/src.</para>
|
|
|
|
<para>A convention you could use is having a $LFS/usr/src/sources directory.
|
|
Under sources, you can create the directory 0-9 and the directories a
|
|
through z. A package like sysvinit-&sysvinit-version;.tar.bz2 is stored under
|
|
$LFS/usr/src/sources/s/. A package like bash-&bash-version;.tar.bz2 is stored
|
|
under $LFS/usr/src/sources/b/, and so forth.</para>
|
|
|
|
<para>The next chapter contains the list of all the packages that need to be
|
|
downloaded, but the partition that is going to contain our LFS system isn't
|
|
created yet. Therefore, you should store the files somewhere else and later
|
|
moved to $LFS/usr/src/ when the chapter in which the new partition is
|
|
prepared has been finished.</para>
|
|
|
|
</sect1>
|
|
|