source: chapter01/bootcd.xml@ 700f9b7

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

The BootCD is only for x86 for now.

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

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/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></para>
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>
29 <listitem><para>Xchat (X-based IRC client)</para></listitem>
30 </itemizedlist>
31 </listitem>
32
33 <listitem>
34 <para>Text Editors</para>
35 <itemizedlist>
36 <listitem><para>Vim</para></listitem>
37 <listitem><para>Nano</para></listitem>
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>
46 <listitem><para>Smbmount (mount.cifs) for Windows shares</para></listitem>
47 <listitem><para>Subversion</para></listitem>
48 <listitem><para>Dhcpcd (DHCP client)</para></listitem>
49 </itemizedlist>
50 </listitem>
51
52 <listitem>
53 <para>Filesystem Programs</para>
54 <itemizedlist>
55 <listitem><para>Reiserfsprogs</para></listitem>
56 <listitem><para>Xfsprogs</para></listitem>
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.