diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:19:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:19:47 +0000 |
commit | 5e2cb652195321c7f63b5d22077e583b75118178 (patch) | |
tree | d64a6d22aa92dfd27bfd0df8a9b973c5068ab16a /chapter05/introduction.xml | |
parent | 1f61f4234c1bb6da0c31e9370d76dc78c975ebba (diff) |
first set of commits for keep-chap5-chap6-seperate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r-- | chapter05/introduction.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 62707dde6..d59d7d0d3 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -19,6 +19,12 @@ example of such a dependency is that you need a compiler to install a compiler, and you're going to need a shell to install a shell and that compiler.</para> +<para>All the files from this chapter will be installed under the <filename +class="directory">$LFS/static</filename> directory. By doing it this way, +we keep the installation from this chapter seperate from the final +installation in the next chapter. Everything done here is only temporarily +so we don't want it to pollute the to-be LFS system.</para> + <para>The key to learning what makes Linux tick is to know exactly what packages are used for and why a user or the system needs them. Descriptions of the package content are provided after the Installation subsection of each |