blob: c8e2c9af81ee069b477e31fd5939dc54e808f096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
&bookinfo;
<dedication>
<title>Dedication</title>
<para>This book is dedicated to my loving and supportive wife
<emphasis>Beverly Beekmans</emphasis>.</para>
</dedication>
&preface;
<part id="part1">
<title>Part I - Introduction</title>
&chapter01;
&chapter02;
</part>
<part id="part2">
<title>Part II - Preparing for the build</title>
&chapter03;
&chapter04;
&chapter05;
</part>
<part id="part3">
<title>Part III - Building the LFS system</title>
&chapter06;
&chapter07;
&chapter08;
&chapter09;
</part>
<part id="part4">
<title>Part IV - Appendices</title>
&appendixa;
&appendixb;
</part>
|