aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/download.xml
blob: 117ae4d4e2c7899326e3e582edeb8d9d5f110dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>