diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-12 23:25:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-12 23:25:34 +0000 |
commit | 280bcc86e7eab7bccc97febdb2f3630cd0dc7f5f (patch) | |
tree | d7707293b1822601b0623bf826d570bb7ee14427 /chapter01 | |
parent | a097364802045a7dbf58e34157767b813180df78 (diff) |
Update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/how.xml | 4 | ||||
-rw-r--r-- | chapter01/introduction.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index 9974849d5..d3cd92d3a 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -3,10 +3,10 @@ <para> We are going to build the LFS system by using an already installed Linux -distribution such as Debian, SuSE, Slackware, Mandrake, RedHat, etc. There +distribution such as Debian, SuSe, Slackware, Mandrake, RedHat, etc. There is no 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 -others tools). +other tools). </para> <para> diff --git a/chapter01/introduction.xml b/chapter01/introduction.xml index 5464b39b6..22efc5ce6 100644 --- a/chapter01/introduction.xml +++ b/chapter01/introduction.xml @@ -6,15 +6,15 @@ Having used a number of different Linux distributions, I was never fully satisfied with any of those. I didn't like the way the bootscripts were arranged, I didn't like the way certain programs were configured by default, and more of those things. I came to realize that if I wanted to -be fully satisfied with a Linux system, I would have to build my own Linux -system from scratch, ideally using only the source code. Not using +be fully satisfied with a Linux system, I would have to build my own system +from scratch, ideally using only the source code. Not using pre-compiled packages of any kind. No help from some sort of CD-ROM or bootdisk that would install some basic utilities. I would use my current Linux system and use that one to build my own. </para> <para> -This, at one time, wild idea seemed very difficult and, at times, almost +This, at one time, wild idea seemed very difficult and at times almost impossible. After sorting out all kinds of dependency problems, compile problems, etcetera, a custom-built Linux system was created and fully operational. I called this system an LFS system, which stands for Linux |