2024-01-20 05:35:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-10 10:40:59 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2005-12-29 09:24:51 +08:00
|
|
|
<sect1 id="whichsections" xreflabel="Which sections of the book?">
|
2005-05-08 02:37:16 +08:00
|
|
|
<?dbhtml filename="which.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
|
2005-05-08 02:37:16 +08:00
|
|
|
<title>Which Sections of the Book Do I Want?</title>
|
2002-09-30 07:03:58 +08:00
|
|
|
|
2005-05-31 05:45:31 +08:00
|
|
|
<para>Unlike the Linux From Scratch book, BLFS isn't designed to be
|
2022-10-06 03:24:31 +08:00
|
|
|
followed in a linear manner. LFS provides instructions
|
|
|
|
on how to create a base system which can become anything
|
2012-12-20 03:57:20 +08:00
|
|
|
from a web server to a multimedia desktop system. BLFS attempts
|
2005-05-31 05:45:31 +08:00
|
|
|
to guide you in the process of going from the base system to your intended
|
2005-05-08 02:37:16 +08:00
|
|
|
destination. Choice is very much involved.</para>
|
|
|
|
|
2022-10-06 03:24:31 +08:00
|
|
|
<para>Everyone who reads this book will want to read certain sections. The
|
|
|
|
<xref linkend="introduction"/>, which you are currently reading,
|
|
|
|
contains generic information. Take special note of the information in
|
2005-12-29 09:24:51 +08:00
|
|
|
<xref linkend="important"/>, as this contains comments about how to
|
2022-10-06 03:24:31 +08:00
|
|
|
unpack software, issues related to the use of different locales, and various other
|
|
|
|
considerations which apply throughout the book.</para>
|
2005-05-08 02:37:16 +08:00
|
|
|
|
|
|
|
<para>The part on <xref linkend="postlfs"/> is where most people will want
|
2022-10-06 03:24:31 +08:00
|
|
|
to turn next. This deals not only with configuration, but also with Security
|
2005-05-08 02:37:16 +08:00
|
|
|
(<xref linkend="postlfs-security"/>), File Systems (<xref
|
2023-04-29 23:14:35 +08:00
|
|
|
linkend="postlfs-filesystems"/> -- including GRUB for UEFI), Text Editors (<xref
|
2022-10-06 03:24:31 +08:00
|
|
|
linkend="postlfs-editors"/>), and Shells (<xref linkend="postlfs-shells"/>).
|
|
|
|
Indeed, you may wish to reference some parts of this chapter (especially
|
2023-04-29 23:14:35 +08:00
|
|
|
the sections on Text Editors and File Systems) while building your LFS
|
2005-05-08 02:37:16 +08:00
|
|
|
system.</para>
|
2002-09-30 07:03:58 +08:00
|
|
|
|
2005-12-29 09:24:51 +08:00
|
|
|
<para>Following these basic items, most people will want to at least browse
|
2022-10-06 03:24:31 +08:00
|
|
|
through the <xref linkend="general"/> part of the book. This contains
|
2005-05-08 02:37:16 +08:00
|
|
|
information on many items which are prerequisites for other sections of the
|
2022-10-06 03:24:31 +08:00
|
|
|
book, as well as some items (such as <xref linkend="general-prog"/>)
|
|
|
|
which are useful in their own right. You don't have to install all
|
|
|
|
of the libraries and packages found in this part; each
|
|
|
|
BLFS installation procedure tells you which other packages this one
|
|
|
|
depends upon. You can choose the program you want to install, and see
|
|
|
|
what it needs. (Don't forget to check for nested dependencies!)</para>
|
2002-09-30 07:03:58 +08:00
|
|
|
|
2008-03-18 23:49:58 +08:00
|
|
|
<para>Likewise, most people will probably want to look at the
|
2022-10-06 03:24:31 +08:00
|
|
|
<xref linkend="basicnet"/> section. It deals with connecting to the Internet
|
2008-03-18 23:49:58 +08:00
|
|
|
or your LAN (<xref linkend="basicnet-connect"/>)
|
|
|
|
using a variety of methods such as DHCP and PPP, and with items
|
2022-10-06 03:24:31 +08:00
|
|
|
such as Networking Libraries (<xref linkend="basicnet-netlibs"/>), plus various
|
2005-05-08 02:37:16 +08:00
|
|
|
basic networking programs and utilities.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-08 02:37:16 +08:00
|
|
|
<para>Once you have dealt with these basics, you may wish to configure
|
2005-05-31 05:45:31 +08:00
|
|
|
more advanced network services. These are dealt with in the <xref
|
|
|
|
linkend="server"/> part of the book. Those wanting to build servers
|
2005-12-29 09:24:51 +08:00
|
|
|
should find a good starting point there. Note that this section
|
2022-10-06 03:24:31 +08:00
|
|
|
also contains information on several database packages.</para>
|
2002-09-30 07:03:58 +08:00
|
|
|
|
2022-10-06 03:24:31 +08:00
|
|
|
<para>The next twelve chapters deal with desktop systems. This
|
2005-12-29 09:24:51 +08:00
|
|
|
portion of the book starts with a part talking about <xref linkend="x"/>. This
|
2005-05-08 02:37:16 +08:00
|
|
|
part also deals with some generic X-based libraries (<xref linkend="x-lib"/>).
|
2022-10-06 03:24:31 +08:00
|
|
|
After that, <xref linkend="kde"/>, <xref linkend="gnome"/>,
|
2023-09-06 13:03:05 +08:00
|
|
|
<xref linkend="xfce"/>, and <xref linkend="lxqt"/> are given their
|
2022-10-06 03:24:31 +08:00
|
|
|
own parts, followed by one on <xref linkend="xsoft"/>.</para>
|
2002-09-30 07:03:58 +08:00
|
|
|
|
2005-05-31 00:11:20 +08:00
|
|
|
<para>The book then moves on to deal with <xref linkend="multimedia"/>
|
2005-05-08 02:37:16 +08:00
|
|
|
packages. Note that many people may want to use the <xref linkend="alsa"/>
|
2022-10-06 03:24:31 +08:00
|
|
|
instructions from this chapter when first starting their BLFS
|
|
|
|
journey; the instructions are placed here because it is the most logical
|
2005-05-08 02:37:16 +08:00
|
|
|
place for them.</para>
|
2002-09-30 07:03:58 +08:00
|
|
|
|
2005-05-31 05:45:31 +08:00
|
|
|
<para>The final part of the main BLFS book deals with <xref
|
2022-10-06 03:24:31 +08:00
|
|
|
linkend="pst"/>. This is useful for most people with desktop systems, but
|
|
|
|
even those who are creating dedicated server systems may find it useful.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2022-10-06 03:24:31 +08:00
|
|
|
<para>We hope you enjoy using BLFS. May you realize your dream of building
|
|
|
|
the perfectly personalized Linux system!</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|