livecd.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="prepare-livecd">
  7. <title>About the Included CD</title>
  8. <?dbhtml filename="livecd.html"?>
  9. <para>For your convenience, we have included a CD with this book that
  10. contains the source packages needed for creating a Linux From Scratch
  11. system. The CD is bootable and provides a stable working environment
  12. for building LFS. This book refers to this system as the
  13. <quote>host system.</quote> The CD images are actively maintained and
  14. updated versions can be found at
  15. <ulink url="ftp://ftp.lfs-matrix.net/pub/lfs-livecd/"/></para>
  16. <para>In addition to the tools required to build LFS, the host system
  17. on the CD has a number of other helpful tools installed:</para>
  18. <itemizedlist>
  19. <listitem><para>An HTML version of this book</para></listitem>
  20. <listitem><para>The X Window System Environment</para></listitem>
  21. <listitem>
  22. <para>Web Tools</para>
  23. <itemizedlist>
  24. <listitem><para>Wget (command line file retriever)</para></listitem>
  25. <listitem><para>Lynx (text web browser)</para></listitem>
  26. <listitem><para>Irssi (console IRC client)</para></listitem>
  27. <listitem><para>Firefox (graphical web browser)</para></listitem>
  28. <listitem><para>Xchat (X-based IRC client)</para></listitem>
  29. </itemizedlist>
  30. </listitem>
  31. <listitem>
  32. <para>Text Editors</para>
  33. <itemizedlist>
  34. <listitem><para>Vim</para></listitem>
  35. <listitem><para>Nano</para></listitem>
  36. </itemizedlist>
  37. </listitem>
  38. <listitem>
  39. <para>Network Tools</para>
  40. <itemizedlist>
  41. <listitem><para>SSH Server and Client</para></listitem>
  42. <listitem><para>NFS Server and Client</para></listitem>
  43. <listitem><para>Smbmount (mount.cifs) for Windows shares</para></listitem>
  44. <listitem><para>Subversion</para></listitem>
  45. <listitem><para>Dhcpcd (DHCP client)</para></listitem>
  46. </itemizedlist>
  47. </listitem>
  48. <listitem>
  49. <para>Filesystem Programs</para>
  50. <itemizedlist>
  51. <listitem><para>Reiserfsprogs</para></listitem>
  52. <listitem><para>Xfsprogs</para></listitem>
  53. </itemizedlist>
  54. </listitem>
  55. <listitem><para>nALFS - A tool for automating LFS builds</para></listitem>
  56. </itemizedlist>
  57. </sect1>