source: chapter01/bootcd.xml@ c2133bc

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

Upgraded to DocBook 4.4 DTD

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

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[343c80b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[c2133bc]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[343c80b]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[700f9b7]6<sect1 id="prepare-bootcd" arch="x86">
[343c80b]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
[2256873]14<quote>host system.</quote></para>
[343c80b]15
16<para>In addition to the tools required to build LFS, the host system
17on the CD has a number of other helpful tools installed:</para>
18
19<itemizedlist>
20 <listitem><para>An HTML version of this book</para></listitem>
21 <listitem><para>The X Window System Environment</para></listitem>
22 <listitem>
23 <para>Web Tools</para>
24 <itemizedlist>
25 <listitem><para>Wget (command line file retriever)</para></listitem>
26 <listitem><para>Lynx (text web browser)</para></listitem>
27 <listitem><para>Irssi (console IRC client)</para></listitem>
28 <listitem><para>Firefox (graphical web browser)</para></listitem>
[2256873]29 <listitem><para>Xchat (X-based IRC client)</para></listitem>
[343c80b]30 </itemizedlist>
31 </listitem>
32
33 <listitem>
34 <para>Text Editors</para>
35 <itemizedlist>
36 <listitem><para>Vim</para></listitem>
[2256873]37 <listitem><para>Nano</para></listitem>
[343c80b]38 </itemizedlist>
39 </listitem>
40
41 <listitem>
42 <para>Network Tools</para>
43 <itemizedlist>
44 <listitem><para>SSH Server and Client</para></listitem>
45 <listitem><para>NFS Server and Client</para></listitem>
[2256873]46 <listitem><para>Smbmount (mount.cifs) for Windows shares</para></listitem>
[343c80b]47 <listitem><para>Subversion</para></listitem>
[2256873]48 <listitem><para>Dhcpcd (DHCP client)</para></listitem>
[343c80b]49 </itemizedlist>
50 </listitem>
51
52 <listitem>
53 <para>Filesystem Programs</para>
54 <itemizedlist>
[2256873]55 <listitem><para>Reiserfsprogs</para></listitem>
56 <listitem><para>Xfsprogs</para></listitem>
[343c80b]57 </itemizedlist>
58 </listitem>
59
60 <listitem><para>nALFS - A tool for automating LFS builds</para></listitem>
61</itemizedlist>
62
63</sect1>
64
Note: See TracBrowser for help on using the repository browser.