diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-26 23:37:22 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-26 23:37:22 +0000 |
commit | 72b845e68138e36852a54b46657f8db376c73e12 (patch) | |
tree | d0105d7752f8d13c447ca9f31b21c5834e4d961f /chapter04 | |
parent | e403b99c81b6730c9e8476f8478a1fdb72f07d27 (diff) |
Chapter 4 - Add paragraph about suggested working directory and file storage location.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2892 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/chapter04.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 92aedcac2..2f74bd1c1 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -29,6 +29,13 @@ unsuccessful with this you should consult the book's errata page at the alternative means of download listed at <ulink url="http://linuxfromscratch.org/lfs/packages.html"/></para> +<para>You'll need to store all the downloaded packages and patches somewhere +that is conveniently available throughout the entire build. You'll also need a +working directory in which to unpack the sources and build them. A scheme that +works well is to use $LFS/tools/src/packages for all the downloaded files and +$LFS/tools/src for the working directory. In this way, everything will be on the +LFS partition and always available.</para> + <!-- <para>For your convenience the top of the list contains a link to a file you can use with the <ulink url="http://wget.sunsite.dk">wget</ulink> |