source: prologue/foreword.xml@ ee45b2ee

6.0
Last change on this file since ee45b2ee was ee45b2ee, checked in by Gerard Beekmans <gerard@…>, 20 years ago

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="pf-foreword">
7<title>Foreword</title>
8<?dbhtml filename="foreword.html"?>
9
10<para>Six years ago I embarked on the adventure known as Linux. I did
11what most you guys have done: download a distribution, install it, and
12work with it for a while. Then you don't quite like it and you hear
13about a different distribution that is supposed to be great and fix
14everything your current distribution does wrong. So you try that new
15distribution out for a while. You may even repeat that same cycle a
16few times.</para>
17
18<para>After you have tried out a number of different distributions,
19you find that each has its strengths and weaknesses, but you can't
20seem to find that one system that brings you the most satisfaction.
21Personally, I came to the conclusion that to be truly satisfied with
22my Linux system, I would have to somehow combine those different
23systems into one <quote>perfect</quote> Linux system. It would then
24have all the strengths from various different systems, without their
25weaknesses. But that surely is an impossible and daunting task. Or is
26it?</para>
27
28<para>You can do better than simply combining several distributions
29into one. You can create your own Linux system from scratch.</para>
30
31<para>After figuring out things like circular dependencies, compile
32time errors and other related issues, a custom built Linux system was
33created and fully operational. I called this system a Linux From
34Scratch system, or LFS for short. This book will show you how it was
35done and how you can create your own LFS system, fully customized to
36your own needs and desires.</para>
37
38<para>I hope you will have a great time working on your own LFS!</para>
39
40<literallayout>--
41Gerard Beekmans
42gerard@linuxfromscratch.org</literallayout>
43
44</sect1>
45
Note: See TracBrowser for help on using the repository browser.