diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 00:42:55 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 00:42:55 +0000 |
commit | b100429a555d6e66c8b461092ab3472951e6a5fe (patch) | |
tree | 2210d7ec5c614a6129b4147ea93a3940c123616f /chapter02/download.xml | |
parent | 65e858e78d3f895004731fc2eb6ffff635133c84 (diff) |
o Removed "Where to store the downloaded software" section.
o Removed "How to install the software" section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2201 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/download.xml')
-rw-r--r-- | chapter02/download.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chapter02/download.xml b/chapter02/download.xml deleted file mode 100644 index a3e1d990a..000000000 --- a/chapter02/download.xml +++ /dev/null @@ -1,24 +0,0 @@ -<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 the -packages that were downloaded are placed somewhere in $LFS/usr/src.</para> - -<para>While it doesn't matter at all where you save the downloaded -packages, we recommend storing it at least on the LFS partition. This -just makes sense because you need to have access to those those files -when you chroot to $LFS and when you boot into the LFS system, although -access when booted to $LFS could be handled other ways. $LFS/usr/src is -just 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 tarball -storage. That way you can separate tarballs from temporary build -directories, but again that's up to you.</para> - -<para>The next chapter contains a list of all the packages that need to be -downloaded. The LFS partition isn't created yet, so you can't store it -there yet. Just save it elsewhere for now, and when the LFS partition is -created, move them over.</para> - -</sect1> - |