aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-23 17:48:20 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-23 17:48:20 +0000
commitc9a85f1188e1346460b7ac7c83bb722d2b4eb8ea (patch)
tree1a4565c1c4d2e84ecff7727d41b791d45b638393
parent4aec6562deec46ac3a3c0f30962c997a9c492534 (diff)
Finished fix typo in chap2 todo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--TODO3
-rw-r--r--chapter02/install.xml2
2 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index d3d2530d6..58ce1030f 100644
--- a/TODO
+++ b/TODO
@@ -53,9 +53,6 @@ These are the TODO items for the next LFS release (3.0):
Mention that all of these can't actually be used due to kernel
limitations (IDE goes to 16 max for example).
-* Type in chapter 2 - how to install software: Last paragraph:
- s/There is on exception/There is one exception/
-
* Rewrite chapter 2 a little bit. Add that export LFS=/mnt/lfs could be
added to root's .bash_profile/.bashrc (outside chroot) to make sure
that between build sessions the variable is still set.
diff --git a/chapter02/install.xml b/chapter02/install.xml
index 37fdbbb36..2b6d6d012 100644
--- a/chapter02/install.xml
+++ b/chapter02/install.xml
@@ -92,7 +92,7 @@ subdirectories which aren't always removed by a make clean process.
</para>
<para>
-There is on exception to that rule: don't remove the linux kernel source
+There is one exception to that rule: don't remove the linux kernel source
tree. A lot of programs need the kernel headers, so that's the only
directory you don't want to remove, unless you are not going to
compile any software anymore.