diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-24 00:31:17 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-24 00:31:17 +0000 |
commit | 6370fa6cff0ec2a8ac8d50d1595ec9500f6631c9 (patch) | |
tree | b17c8cb0a839b76f4a7db0f771953caa11c3a04e /preface | |
parent | 5c930fe6eb43d23cfa0de2451d9a905a8505f981 (diff) |
Initial commit - LFS 2.4.4 files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'preface')
-rw-r--r-- | preface/organization.sgml | 14 | ||||
-rw-r--r-- | preface/organpart1.sgml | 13 | ||||
-rw-r--r-- | preface/organpart2.sgml | 12 | ||||
-rw-r--r-- | preface/organpart3.sgml | 9 | ||||
-rw-r--r-- | preface/preface.sgml | 8 | ||||
-rw-r--r-- | preface/whonotread.sgml | 32 | ||||
-rw-r--r-- | preface/whoread.sgml | 35 |
7 files changed, 123 insertions, 0 deletions
diff --git a/preface/organization.sgml b/preface/organization.sgml new file mode 100644 index 000000000..f04ac14fb --- /dev/null +++ b/preface/organization.sgml @@ -0,0 +1,14 @@ +<sect1 id="pre-organization"> +<title>Organization</title> + +<para> +This book is divided into the following parts. Although there is a lot +of duplicate information in certain parts, it's the easiest way to read it +and not to mention the easiest way for me to maintain the book. +</para> + +&pf-oz-organpart1; +&pf-oz-organpart2; +&pf-oz-organpart3; + +</sect1> diff --git a/preface/organpart1.sgml b/preface/organpart1.sgml new file mode 100644 index 000000000..a4a09921d --- /dev/null +++ b/preface/organpart1.sgml @@ -0,0 +1,13 @@ +<sect2 id="pre-organ1"> +<title>Part I - Introduction</title> + +<para> +Part One gives you general information about this book (versions, where +to get it, changelog, mailinglists and how to get in touch with me). +It also explains a few important aspects you really want and need to +read +before you start building an LFS system. +</para> + +</sect2> + diff --git a/preface/organpart2.sgml b/preface/organpart2.sgml new file mode 100644 index 000000000..2ed37a45d --- /dev/null +++ b/preface/organpart2.sgml @@ -0,0 +1,12 @@ +<sect2 id="pre-organ2"> +<title>Part II - Installation of the LFS system</title> + +<para> +Part Two guides you through the installation of the LFS system which will +be the foundation for the rest of the system. Whatever you +choose to do with your brand new LFS system, it will be built on the +foundation that's installed in this part. +</para> + +</sect2> + diff --git a/preface/organpart3.sgml b/preface/organpart3.sgml new file mode 100644 index 000000000..fcc7cc7e6 --- /dev/null +++ b/preface/organpart3.sgml @@ -0,0 +1,9 @@ +<sect2 id="pre-organ3"> +<title>Part III - Appendixes</title> + +<para> +Part Three contains various Appendixes. +</para> + +</sect2> + diff --git a/preface/preface.sgml b/preface/preface.sgml new file mode 100644 index 000000000..37db6bafa --- /dev/null +++ b/preface/preface.sgml @@ -0,0 +1,8 @@ +<preface id="preface"> +<title>Preface</title> + +&pf-whoread; +&pf-whonotread; +&pf-organization; + +</preface> diff --git a/preface/whonotread.sgml b/preface/whonotread.sgml new file mode 100644 index 000000000..b54344783 --- /dev/null +++ b/preface/whonotread.sgml @@ -0,0 +1,32 @@ +<sect1 id="pre-whonotread"> +<title>Who would not want to read this book</title> + +<para> +Users who don't want to build an entire Linux system from scratch +probably don't want to read this book. If you, however, do want to learn +more about what happens behind the scenes, in particular what happens +between turning on your computer and seeing the command prompt, you want +to read the <quote>From Power Up To Bash Prompt</quote> (P2B) HOWTO. +This HOWTO builds a bare system, in a similar way as this book does, but it +focusses more on just installing a bootable system instead of a complete +system. +</para> + +<para> +To decide whether you want to read this book or the P2B HOWTO, you could +ask yourself this question: Is my main objective to get a working Linux +system that I'm going to build myself and along the way learn and +learn what every component of a system is for, or is just the learning +part your main objective. If you want to build and learn, read this +book. If you just want to learn, then the P2B HOWTO is probably better +material to read. +</para> + +<para> +The <quote>From Power Up To Bash Prompt</quote> HOWTO can be downloaded +from <ulink url="http://www.netspace.net.au/~gok/power2bash/"> +http://www.netspace.net.au/~gok/power2bash/</ulink> +</para> + +</sect1> + diff --git a/preface/whoread.sgml b/preface/whoread.sgml new file mode 100644 index 000000000..36394ebdf --- /dev/null +++ b/preface/whoread.sgml @@ -0,0 +1,35 @@ +<sect1 id="pre-whoread"> +<title>Who would want to read this book</title> + +<para> +This book is intended for Linux users who want to learn more about the +inner workings of Linux and how the various pieces of the Operating +System fit together. This book will guide you step-by-step in creating +your own custom build Linux system from scratch, using the source code of +the software that we need. +</para> + +<para> +This book is also intended for Linux users who want to get away from the +existing commercial and free distributions that are often too bloated. +Using existing distributions also forces you to use the file system +structure, boot script structure, etc. that they choose to use. With +this book you can create your own structures and methods in exactly the +way you like them (which can be based on the ones this book provides) +</para> + +<para> +Also, if you have security concerns, you don't want to rely on +pre-compiled packages. So instead, you want to compile all programs +from scratch and install them yourself. That could be another reason why +you would want to build a custom made Linux system. +</para> + +<para> +Those are just a few out of many reasons why people want to build their +own Linux system. If you're one of those people, this book is meant for +you. +</para> + +</sect1> + |