book.xml 596 B

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