Apply a change to allow Perl to build correctly when
[linux_from_scratch.git] / chapter01 / livecd.xml
blobe4886581ca717e91a97f226fee323c45a362d90a
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4   <!ENTITY % general-entities SYSTEM "../general.ent">
5   %general-entities;
6 ]>
8 <sect1 id="ch-intro-livecd">
9   <?dbhtml filename="livecd.html"?>
11   <title>About the Included CD</title>
13   <para>For your convenience, we have included a CD with this book that
14   contains the source packages needed for creating a Linux From Scratch
15   system.  The CD is bootable and provides a stable working environment
16   for building LFS.  This book refers to this system as the
17   <quote>host system.</quote>  The CD images are actively maintained and
18   updated versions can be found at
19   <ulink url="ftp://ftp.lfs-matrix.net/pub/lfs-livecd/"/></para>
21   <para>In addition to the tools required to build LFS, the host system
22   on the CD has a number of other helpful tools installed:</para>
24   <itemizedlist>
26     <listitem>
27       <para>An HTML version of this book</para>
28     </listitem>
30     <listitem>
31       <para>The X Window System Environment</para>
32     </listitem>
34     <listitem>
35       <para>Web Tools</para>
36       <itemizedlist>
37         <listitem>
38           <para>Wget (command line file retriever)</para>
39         </listitem>
40         <listitem>
41           <para>Lynx (text web browser)</para>
42         </listitem>
43         <listitem>
44           <para>Irssi (console IRC client)</para>
45         </listitem>
46         <listitem>
47           <para>Firefox (graphical web browser)</para>
48         </listitem>
49         <listitem>
50           <para>Xchat (X-based IRC client)</para>
51         </listitem>
52       </itemizedlist>
53     </listitem>
55     <listitem>
56       <para>Text Editors</para>
57       <itemizedlist>
58         <listitem>
59           <para>Vim</para>
60         </listitem>
61         <listitem>
62           <para>Nano</para>
63         </listitem>
64       </itemizedlist>
65     </listitem>
67     <listitem>
68       <para>Network Tools</para>
69       <itemizedlist>
70         <listitem>
71           <para>SSH Server and Client</para>
72         </listitem>
73         <listitem>
74           <para>NFS Server and Client</para>
75         </listitem>
76         <listitem>
77           <para>Smbmount (mount.cifs) for Windows shares</para>
78         </listitem>
79         <listitem>
80           <para>Subversion</para>
81         </listitem>
82         <listitem>
83           <para>Dhcpcd (DHCP client)</para>
84         </listitem>
85       </itemizedlist>
86     </listitem>
88     <listitem>
89       <para>Filesystem Programs</para>
90       <itemizedlist>
91         <listitem>
92           <para>Reiserfsprogs</para>
93         </listitem>
94         <listitem>
95           <para>Xfsprogs</para>
96         </listitem>
97       </itemizedlist>
98     </listitem>
100     <listitem>
101       <para>nALFS - A tool for automating LFS builds</para>
102     </listitem>
104   </itemizedlist>
106 </sect1>