source: prologue/foreword.xml@ 9c9d585

Last change on this file since 9c9d585 was a8f36125, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (all) Removed all references to the DocBook DTD
  • (docbook.rng) Added the DocBook "Gin" schema
  • (Makefile) Updated with new validation command
  • (prologue/*) Validation fixes

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

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="pf-foreword">
8<info><title>Foreword</title></info>
9<?dbhtml filename="foreword.html"?>
10
11<para>Having used a number of different Linux distributions, I was never
12fully satisfied with any of them. I didn't like the arrangement of
13the bootscripts. I didn't like the way certain programs were configured by
14default. Much more of that sort of thing bothered me. Finally I realized
15that if I wanted full satisfaction from my Linux system I would have to
16build my own system from scratch, using only the source code. I resolved
17not to use pre-compiled packages of any kind, nor CD-ROM or boot disk that
18would install some basic utilities. I would use my current Linux system to
19develop my own.</para>
20
21<para>This wild idea seemed very difficult at the time and often seemed
22an impossible task. After sorting out all kinds of problems, such as
23dependencies and compile-time errors, a custom-built Linux system was
24created that was fully operational. I called this system a Linux From Scratch
25system, or LFS for short.</para>
26
27<para>I hope you will have a great time working on your own LFS!</para>
28
29<literallayout>--
30Gerard Beekmans
31gerard@linuxfromscratch.org</literallayout>
32
33</section>
Note: See TracBrowser for help on using the repository browser.