source: chapter01/livecd.xml@ 3fe06fa

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 3fe06fa was b06ca36, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated book sources to use DocBook-XML DTD 4.5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • 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.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-livecd">
9 <?dbhtml filename="livecd.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.net/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.