diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 19:24:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 19:24:32 +0000 |
commit | 30e84b015e2ba9dac080903c8c8d76fda8669ce7 (patch) | |
tree | de7ba09395d9ef295a475cec783e810c6c702145 /chapter01 | |
parent | 923556c2f3f49bac6a737fa97e67a21264226cb5 (diff) |
Moved chapter1/introduction.xml to preface/foreword.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/chapter01.xml | 1 | ||||
-rw-r--r-- | chapter01/introduction.xml | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index f60a2b7a3..e1672b449 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -1,7 +1,6 @@ <chapter id="chapter01"> <title>Introduction</title> -&c1-introduction; &c1-how; &c1-version; &c1-acknowledgments; diff --git a/chapter01/introduction.xml b/chapter01/introduction.xml deleted file mode 100644 index 22efc5ce6..000000000 --- a/chapter01/introduction.xml +++ /dev/null @@ -1,25 +0,0 @@ -<sect1 id="ch01-intro"> -<title>Introduction</title> - -<para> -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 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 -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 -From Scratch. -</para> - -</sect1> - |