source: introduction/welcome/which.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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="whichsections" xreflabel="Which sections of the book?">
9 <?dbhtml filename="which.html"?>
10
11
12 <title>Which Sections of the Book Do I Want?</title>
13
14 <para>Unlike the Linux From Scratch book, BLFS isn't designed to be
15 followed in a linear manner. LFS provides instructions
16 on how to create a base system which can become anything
17 from a web server to a multimedia desktop system. BLFS attempts
18 to guide you in the process of going from the base system to your intended
19 destination. Choice is very much involved.</para>
20
21 <para>Everyone who reads this book will want to read certain sections. The
22 <xref linkend="introduction"/>, which you are currently reading,
23 contains generic information. Take special note of the information in
24 <xref linkend="important"/>, as this contains comments about how to
25 unpack software, issues related to the use of different locales, and various other
26 considerations which apply throughout the book.</para>
27
28 <para>The part on <xref linkend="postlfs"/> is where most people will want
29 to turn next. This deals not only with configuration, but also with Security
30 (<xref linkend="postlfs-security"/>), File Systems (<xref
31 linkend="postlfs-filesystems"/> -- including GRUB for UEFI), Text Editors (<xref
32 linkend="postlfs-editors"/>), and Shells (<xref linkend="postlfs-shells"/>).
33 Indeed, you may wish to reference some parts of this chapter (especially
34 the sections on Text Editors and File Systems) while building your LFS
35 system.</para>
36
37 <para>Following these basic items, most people will want to at least browse
38 through the <xref linkend="general"/> part of the book. This contains
39 information on many items which are prerequisites for other sections of the
40 book, as well as some items (such as <xref linkend="general-prog"/>)
41 which are useful in their own right. You don't have to install all
42 of the libraries and packages found in this part; each
43 BLFS installation procedure tells you which other packages this one
44 depends upon. You can choose the program you want to install, and see
45 what it needs. (Don't forget to check for nested dependencies!)</para>
46
47 <para>Likewise, most people will probably want to look at the
48 <xref linkend="basicnet"/> section. It deals with connecting to the Internet
49 or your LAN (<xref linkend="basicnet-connect"/>)
50 using a variety of methods such as DHCP and PPP, and with items
51 such as Networking Libraries (<xref linkend="basicnet-netlibs"/>), plus various
52 basic networking programs and utilities.</para>
53
54 <para>Once you have dealt with these basics, you may wish to configure
55 more advanced network services. These are dealt with in the <xref
56 linkend="server"/> part of the book. Those wanting to build servers
57 should find a good starting point there. Note that this section
58 also contains information on several database packages.</para>
59
60 <para>The next twelve chapters deal with desktop systems. This
61 portion of the book starts with a part talking about <xref linkend="x"/>. This
62 part also deals with some generic X-based libraries (<xref linkend="x-lib"/>).
63 After that, <xref linkend="kde"/>, <xref linkend="gnome"/>,
64 <xref linkend="xfce"/>, and <xref linkend="lxqt"/> are given their
65 own parts, followed by one on <xref linkend="xsoft"/>.</para>
66
67 <para>The book then moves on to deal with <xref linkend="multimedia"/>
68 packages. Note that many people may want to use the <xref linkend="alsa"/>
69 instructions from this chapter when first starting their BLFS
70 journey; the instructions are placed here because it is the most logical
71 place for them.</para>
72
73 <para>The final part of the main BLFS book deals with <xref
74 linkend="pst"/>. This is useful for most people with desktop systems, but
75 even those who are creating dedicated server systems may find it useful.</para>
76
77 <para>We hope you enjoy using BLFS. May you realize your dream of building
78 the perfectly personalized Linux system!</para>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.