source: chapter01/livecd.xml@ 895a637

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 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 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 895a637 was 0eb01c0f, checked in by Jeremy Huntwork <jhuntwork@…>, 19 years ago

Removed outdated bootcd page and added a brief description of the LiveCD to section 1.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6043 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-livecd">
7<title>About the Included CD</title>
8<?dbhtml filename="livecd.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.net/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.