diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
commit | b08f4096533577934b885fa9df41d3881d141612 (patch) | |
tree | 8e5ffc0ba65ac34d97cd6a896d33b85a897a6da8 /preface/whoread.xml | |
parent | ad08014624938a3a3bfd1b44e8b27d02c7b06dd8 (diff) |
Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'preface/whoread.xml')
-rw-r--r-- | preface/whoread.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/preface/whoread.xml b/preface/whoread.xml new file mode 100644 index 000000000..3ba092251 --- /dev/null +++ b/preface/whoread.xml @@ -0,0 +1,28 @@ +<sect1 id="pre-whoread"> +<title>Who would want to read this book</title> + +<para> +This book is intended for Linux users who want to setup their own custom +build Linux system. Reasons for wanting to build such a system are +diverse. Perhaps you want to get into more detail as to what +happens behind the scenes. Perhaps you are fed up with distributions +which are often bloated or perhaps you don't want to rely on pre-compiled +binaries due to security concerns. There are many reasons why you may want +a custom build system, but if you are one of them, this book is meant +for you. +</para> + +<para> +The fruits of building your own system are plentiful, but the labour may +be hard. You have a long way ahead of you but in the end you will be +able to call yourself the proud owner of your own Linux system, +completely tailored after your needs. You dictate the layout of +bootscripts, the file system hierarchy , which programs are installed in +which directory, which versions of software to use and more. Perhaps the +most important reason is that you know exactly what is installed where +why and how. +</para> + + +</sect1> + |