diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-07 22:22:28 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-07 22:22:28 +0000 |
commit | 617bacdc915543646c1db35f47b06c4bf5f5b7b6 (patch) | |
tree | 5fd3704a7cb9447ef6484ce3db1e433699da7531 /chapter04 | |
parent | 51c41b193e887ed1c9a0ec7cf90cf958c292f891 (diff) |
Small fish.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/chapter04.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 2ba008db2..c4092747f 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -27,19 +27,21 @@ published, please try to google for the package. Should you remain unsuccessful with this, you can consult the book's errata page at <ulink url="http://linuxfromscratch.org/lfs/print/"/> or try the alternative means of downloading given at -<ulink url="http://linuxfromscratch.org/lfs/packages.html"/></para> +<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 <filename>$LFS/tools/src/packages</filename> for all the -downloaded files and <filename>$LFS/tools/src</filename> for the working -directory. In this way, everything will be on the LFS partition and always -available.</para> - -<para>Ater each package installation you should normally delete the source and -build directories (for cleanness sake and to save space), -<emphasis>unless</emphasis> instructed to do otherwise.</para> +works well is to use <filename>$LFS/usr/src/packages</filename> for all the +downloaded files and <filename>$LFS/usr/src</filename> as the working +directory. In this way, everything will be on the LFS partition and available +during all stages of the building process.</para> + +<!-- +<para>So you may want to execute the following command:</para> + +<para><screen><userinput>mkdir -p $LFS/usr/src/packages</userinput></screen></para> +--> <!-- <para>For your convenience the top of the list contains a link to a file |