diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-15 16:20:28 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-15 16:20:28 +0000 |
commit | 44512db507d01023172e0ded209dd10d22ade42f (patch) | |
tree | 5c59d4c9a197dcd16fd1dbbf5df2270f0054b91f /chapter01/how.xml | |
parent | 810a05bc79bf3c49b7819e5c8afbb97729381166 (diff) |
Grammar fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/how.xml')
-rw-r--r-- | chapter01/how.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index cd3ff1b1b..70b06af01 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -3,17 +3,17 @@ <para> We are going to build the LFS system by using an already installed Linux -distribution such as Debian, SuSe, Slackware, Mandrake, RedHat, etc. You +distribution such as Debian, SuSE, Slackware, Mandrake, RedHat, etc. You don't need to have any kind of bootdisk. We will use an existing Linux -system as the base (since we need a compiler, linker, text editor and other -tools). +system as the base (since we need a compiler, linker, text editor, and +other tools). </para> <para> If you don't have Linux installed yet, you won't be able to put this book to use right away. I suggest you first install a Linux distribution. It really doesn't matter which one you install. It also -doesn't need to be the latest version, though it shouldn't be a too old one. +doesn't need to be the latest version, though it shouldn't be too old. If it is about a year old or newer it should do just fine. You will save yourself a lot of trouble if your normal system uses glibc-2.1 or newer. Libc5 isn't supported by this book, though it isn't impossible to use a |