source: chapter01/bootcd.xml@ a2d4711a

Last change on this file since a2d4711a was 4dca1e2, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Merged some changes from testing.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.3 KB
Line 
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-bootcd" arch="x86">
7<title>About the Included CD</title>
8<?dbhtml filename="bootcd.html"?>
9
10<para>For your convenience, we have included a CD with this book that
11contains the source packages needed for creating a Linux From Scratch
12system. The CD is bootable and provides a stable working environment
13for building LFS. This book refers to this system as the
14<quote>host system.</quote> The CD images are actively maintained and
15updated versions can be found at
16<ulink url="ftp://ftp.lfs-matrix.de/pub/lfs-livecd/"/></para>
17
18<para>In addition to the tools required to build LFS, the host system
19on the CD has a number of other helpful tools installed:</para>
20
21<itemizedlist>
22 <listitem><para>An HTML version of this book</para></listitem>
23 <listitem><para>The X Window System Environment</para></listitem>
24 <listitem>
25 <para>Web Tools</para>
26 <itemizedlist>
27 <listitem><para>Wget (command line file retriever)</para></listitem>
28 <listitem><para>Lynx (text web browser)</para></listitem>
29 <listitem><para>Irssi (console IRC client)</para></listitem>
30 <listitem><para>Firefox (graphical web browser)</para></listitem>
31 <listitem><para>Xchat (X-based IRC client)</para></listitem>
32 </itemizedlist>
33 </listitem>
34
35 <listitem>
36 <para>Text Editors</para>
37 <itemizedlist>
38 <listitem><para>Vim</para></listitem>
39 <listitem><para>Nano</para></listitem>
40 </itemizedlist>
41 </listitem>
42
43 <listitem>
44 <para>Network Tools</para>
45 <itemizedlist>
46 <listitem><para>SSH Server and Client</para></listitem>
47 <listitem><para>NFS Server and Client</para></listitem>
48 <listitem><para>Smbmount (mount.cifs) for Windows shares</para></listitem>
49 <listitem><para>Subversion</para></listitem>
50 <listitem><para>Dhcpcd (DHCP client)</para></listitem>
51 </itemizedlist>
52 </listitem>
53
54 <listitem>
55 <para>Filesystem Programs</para>
56 <itemizedlist>
57 <listitem><para>Reiserfsprogs</para></listitem>
58 <listitem><para>Xfsprogs</para></listitem>
59 </itemizedlist>
60 </listitem>
61
62 <listitem><para>nALFS - A tool for automating LFS builds</para></listitem>
63</itemizedlist>
64
65</sect1>
66
Note: See TracBrowser for help on using the repository browser.