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/introduction.xml | |
parent | a097364802045a7dbf58e34157767b813180df78 (diff) |
Update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/introduction.xml')
-rw-r--r-- | chapter01/introduction.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |