mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
04f55298c9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
22 lines
973 B
XML
22 lines
973 B
XML
<sect1 id="ch02-download">
|
|
<title>How to download the software</title>
|
|
<?dbhtml filename="download.html" dir="chapter02"?>
|
|
|
|
<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
|
|
on move them to $LFS/usr/src/ when the chapter in which the new partition is
|
|
prepared has been finished.</para>
|
|
|
|
</sect1>
|
|
|