diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 19:24:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 19:24:32 +0000 |
commit | 30e84b015e2ba9dac080903c8c8d76fda8669ce7 (patch) | |
tree | de7ba09395d9ef295a475cec783e810c6c702145 | |
parent | 923556c2f3f49bac6a737fa97e67a21264226cb5 (diff) |
Moved chapter1/introduction.xml to preface/foreword.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/chapter01.xml | 1 | ||||
-rw-r--r-- | index.xml | 2 | ||||
-rw-r--r-- | preface/foreword.xml (renamed from chapter01/introduction.xml) | 14 | ||||
-rw-r--r-- | preface/preface.xml | 1 |
4 files changed, 14 insertions, 4 deletions
diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index f60a2b7a3..e1672b449 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -1,7 +1,6 @@ <chapter id="chapter01"> <title>Introduction</title> -&c1-introduction; &c1-how; &c1-version; &c1-acknowledgments; @@ -27,6 +27,7 @@ <!ENTITY dc-dedicated SYSTEM "intel/dedication/dedicated.xml"> <!ENTITY preface SYSTEM "intel/preface/preface.xml"> +<!ENTITY pf-foreword SYSTEM "intel/preface/foreword.xml"> <!ENTITY pf-whoread SYSTEM "intel/preface/whoread.xml"> <!ENTITY pf-whonotread SYSTEM "intel/preface/whonotread.xml"> <!ENTITY pf-organization SYSTEM "intel/preface/organization.xml"> @@ -35,7 +36,6 @@ <!ENTITY pf-oz-organpart3 SYSTEM "intel/preface/organpart3.xml"> <!ENTITY chapter1 SYSTEM "intel/chapter1/chapter1.xml"> -<!ENTITY c1-introduction SYSTEM "intel/chapter1/introduction.xml"> <!ENTITY c1-how SYSTEM "intel/chapter1/how.xml"> <!ENTITY c1-version SYSTEM "intel/chapter1/versions.xml"> <!ENTITY c1-acknowledgments SYSTEM "intel/chapter1/acknowledgments.xml"> diff --git a/chapter01/introduction.xml b/preface/foreword.xml index 22efc5ce6..63f2c2b47 100644 --- a/chapter01/introduction.xml +++ b/preface/foreword.xml @@ -1,5 +1,5 @@ -<sect1 id="ch01-intro"> -<title>Introduction</title> +<sect1 id="pf-foreword"> +<title>Foreword</title> <para> Having used a number of different Linux distributions, I was never fully @@ -21,5 +21,15 @@ operational. I called this system an LFS system, which stands for Linux From Scratch. </para> +<para> +I hope all of you will have a great time working on LFS! +</para> + +<literallayout> +-- +Gerard Beekmans +gerard@linuxfromscratch.org +</literallayout> + </sect1> diff --git a/preface/preface.xml b/preface/preface.xml index 37db6bafa..7f50228e6 100644 --- a/preface/preface.xml +++ b/preface/preface.xml @@ -1,6 +1,7 @@ <preface id="preface"> <title>Preface</title> +&pf-foreword; &pf-whoread; &pf-whonotread; &pf-organization; |