source: introduction/x86/livecd.xml @ bf8c11f

Last change on this file since bf8c11f was bf8c11f, checked in by Jim Gifford <clfs@…>, 18 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-intro-bootcd" arch="x86">
9  <?dbhtml filename="bootcd.html"?>
10
11  <title>About the Included CD</title>
12
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.de/pub/lfs-livecd/"/></para>
20
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>
23
24  <itemizedlist>
25
26    <listitem>
27      <para>An HTML version of this book</para>
28    </listitem>
29
30    <listitem>
31      <para>The X Window System Environment</para>
32    </listitem>
33
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>
54
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>
66
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>
87
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>
99
100    <listitem>
101      <para>nALFS - A tool for automating LFS builds</para>
102    </listitem>
103
104  </itemizedlist>
105
106</sect1>
Note: See TracBrowser for help on using the repository browser.