diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-12 14:14:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-12 14:14:44 +0000 |
commit | bea68d8dcb4456ffd2fc204c47d73da761b7fc47 (patch) | |
tree | 55d647593f6fe83baefd5f8096957e4a1492b071 | |
parent | a9a3db08d3b37516b8940446f1e241a0c2b87eb3 (diff) |
Noted that you can keep the kernel tree if you want to, since you need
it later in the book anyways
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter02/install.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter02/install.xml b/chapter02/install.xml index 8a6996873..bb7beff87 100644 --- a/chapter02/install.xml +++ b/chapter02/install.xml @@ -114,5 +114,11 @@ So, save yourself a lot of hassle and just remove the source directory immediately after you have installed it. </para> +<para> +There is one exception; the kernel source tree. Keep it around as you +will need it later in this book when building a kernel. Nothing will use +the kernel tree so it won't be in your way. +</para> + </sect1> |