diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 03:17:52 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 03:17:52 +0000 |
commit | cfc98ea513187bd8eee9850809c86cb9e5a3e987 (patch) | |
tree | d3fc101d24c86fbb8e0c692ee8a99481c6f15235 | |
parent | b41db65553de034405afbf5e4eda4ca872ddea6c (diff) |
s/a LFS/an LFS/ as per list discussion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/how.xml | 2 | ||||
-rw-r--r-- | preface/audience.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index 36508544f..d59b2861c 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -10,7 +10,7 @@ new system. Ordinarily, the required tools are available by default if you selected <quote>development</quote> as one of your installation options when you installed your Linux distribution.</para> -<para>After you have downloaded the packages that make up a LFS system, you +<para>After you have downloaded the packages that make up an LFS system, you will create a new Linux native partition and filesystem. This new Linux partition and filesystem is where your new LFS system will be compiled and installed onto.</para> diff --git a/preface/audience.xml b/preface/audience.xml index 4f7383a36..b3bebb5b3 100644 --- a/preface/audience.xml +++ b/preface/audience.xml @@ -13,7 +13,7 @@ install an existing one?". That is a good question and is the impetus for this section of the book.</para> <para>One important reason for LFS's existence is to help people learn how a -Linux system works from the inside out. Building a LFS system helps demonstrate +Linux system works from the inside out. Building an LFS system helps demonstrate to you what makes Linux tick, how things work together and depend on each other. One of the best things that this learning experience provides is the ability to customize Linux to your own tastes and needs.</para> @@ -28,7 +28,7 @@ programs are installed.</para> system. When installing a regular distribution, you are usually forced to install several programs which you are likely never to use. They're just sitting there wasting precious disk space (or worse, CPU cycles). It isn't -difficult to build a LFS system less than 100 MB. Does that still sound like a +difficult to build an LFS system less than 100 MB. Does that still sound like a lot? A few of us have been working on creating a very small embedded LFS system. We successfully built a system that was just enough to run the Apache web server with approximately 8MB of disk space used. Further stripping could |