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 /preface/foreword.xml | |
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 'preface/foreword.xml')
-rw-r--r-- | preface/foreword.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/preface/foreword.xml b/preface/foreword.xml new file mode 100644 index 000000000..63f2c2b47 --- /dev/null +++ b/preface/foreword.xml @@ -0,0 +1,35 @@ +<sect1 id="pf-foreword"> +<title>Foreword</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> + +<para> +I hope all of you will have a great time working on LFS! +</para> + +<literallayout> +-- +Gerard Beekmans +gerard@linuxfromscratch.org +</literallayout> + +</sect1> + |