source: BOOK/introduction/native/livecd.xml @ 43f755b

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 43f755b was 43f755b, checked in by Jim Gifford <clfs@…>, 15 years ago

Creating of CLFS Native Structure

  • Property mode set to 100644
File size: 2.7 KB
Line 
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]>
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 os="a">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 CLFS. 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 os="b">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 os="c">
25
26    <listitem>
27      <para>The X Window System Environment</para>
28    </listitem>
29
30    <listitem>
31      <para>Web Tools</para>
32      <itemizedlist>
33        <listitem>
34          <para>Wget (command line file retriever)</para>
35        </listitem>
36        <listitem>
37          <para>Lynx (text web browser)</para>
38        </listitem>
39        <listitem>
40          <para>Irssi (console IRC client)</para>
41        </listitem>
42        <listitem>
43          <para>Firefox (graphical web browser)</para>
44        </listitem>
45        <listitem>
46          <para>Xchat (X-based IRC client)</para>
47        </listitem>
48      </itemizedlist>
49    </listitem>
50
51    <listitem>
52      <para>Text Editors</para>
53      <itemizedlist>
54        <listitem>
55          <para>Vim</para>
56        </listitem>
57        <listitem>
58          <para>Nano</para>
59        </listitem>
60        <listitem>
61          <para>Joe</para>
62        </listitem>
63      </itemizedlist>
64    </listitem>
65
66    <listitem>
67      <para>Network Tools</para>
68      <itemizedlist>
69        <listitem>
70          <para>SSH Server and Client</para>
71        </listitem>
72        <listitem>
73          <para>NFS Server and Client</para>
74        </listitem>
75        <listitem>
76          <para>Smbmount (mount.cifs) for Windows shares</para>
77        </listitem>
78        <listitem>
79          <para>Subversion</para>
80        </listitem>
81        <listitem>
82          <para>Dhcpcd (DHCP client)</para>
83        </listitem>
84      </itemizedlist>
85    </listitem>
86
87    <listitem>
88      <para>Filesystem Programs</para>
89      <itemizedlist>
90        <listitem>
91          <para>Reiserfsprogs</para>
92        </listitem>
93        <listitem>
94          <para>Xfsprogs</para>
95        </listitem>
96      </itemizedlist>
97    </listitem>
98
99  </itemizedlist>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.