source: prologue/foreword.xml@ 64eb25d

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 64eb25d was 64eb25d, checked in by Gerard Beekmans <gerard@…>, 15 years ago

Draft version of replacement Foreword.

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="pre-foreword">
9 <?dbhtml filename="foreword.html"?>
10
11 <title>Foreword</title>
12
13<para>My journey to learn and better understand Linux began over a decade ago,
14back in 1998. I had just installed my first Linux distribution and had
15quickly become intrigued with the whole concept and philosophy behind
16Linux.</para>
17
18<para>There are always many ways to accomplish a single task. The same can be
19said about Linux distributions. A great many have existed over the years.
20Some still exist, some have morphed into something else yet others have
21been relegated to our memories.</para>
22
23<para>They all do things differently to suit the needs of their target audience.
24Because there existed so many different ways to accomplish the same end
25goal, I began to realize I no longer had to be limited by any one
26implementation. Prior to discovering Linux, we simply put up with issues in
27other Operating Systems as you had no choice. It was what it was, whether
28you liked it or not. With Linux, the concept of choice began to emerge. If
29you didn't like something, you were free, even encouraged, to change
30it.</para>
31
32<para>I tried a number of distributions and could not decide on any one. They
33were great systems in their own right. It wasn't a matter of right and
34wrong anymore. It had become a matter of personal taste. With all that
35choice available, it became apparent that there would not be a single
36system that would be perfect for me. So I set out to create my own Linux
37system that would fully conform to my personal preferences.</para>
38
39<para>To truly make it my own system, I resolved to compile everything from
40source code instead of using pre-compiled binary packages. This
41<quote>perfect</quote> Linux system would have the strengths of various
42systems without their perceived weaknesses. At first, the idea was rather
43daunting. I remained committed to the idea that such a system could be
44built.</para>
45
46<para>After sorting through issues such as circular dependencies and compile-time
47errors, a custom-built Linux system was finally built. It was fully
48operational and perfectly usable like any of the other Linux systems out
49there at the time. But it was my own creation. It was very satisfying to
50have put together such a system yourself. The only thing better would have
51been to create each piece of software yourself. This was the next best
52thing.</para>
53
54<para>As I shared my goals and experiences with other members of the Linux
55community, it became apparent that there was a sustained interest in those
56ideas. It quickly became apparent that such custom-built Linux systems
57serve not only to meet user specific requirements, but also serve as an
58ideal learning opportunity for programmers and system administrators to
59enhance their (existing) Linux skills. Out of this broadened interest, the
60<emphasis>Linux From Scratch Project</emphasis> was born.</para>
61
62<para>This Linux From Scratch book is the central core around that project. It
63provides the background and instructions necessary for you to design and
64build your own system. While this book provides a template that will result
65in a correctly working system, you are free to alter the instructions to
66suit yourself . that is the whole point of the project after all. You
67remain in control; we just lend a helping hand to get you started on your
68own journey.</para>
69
70<para>I sincerely hope you will have a great time working on your own Linux From
71Scratch system, and enjoy the numerous benefits of having a system that is
72truly your own.</para>
73
74<literallayout>--
75Gerard Beekmans
76gerard@linuxfromscratch.org</literallayout>
77
78</sect1>
Note: See TracBrowser for help on using the repository browser.