Add patches for mpfr, binutils, glibc, bash
[linux_from_scratch.git] / chapter09 / whatnow.xml
blob273eb77403346e0ae30c72d6d63225f1ab607fec
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 ]>
8 <sect1 id="ch-finish-whatnow">
9   <?dbhtml filename="whatnow.html"?>
11   <title>What Now?</title>
13   <para>Thank you for reading this LFS book. We hope that you have
14   found this book helpful and have learned more about the system
15   creation process.</para>
17   <para>Now that the LFS system is installed, you may be wondering
18   <quote>What next?</quote> To answer that question, we have compiled a
19   list of resources for you.</para>
21   <itemizedlist>
23     <listitem>
24       <para>Maintenance</para>
26       <para>Bugs and security notices are reported regularly for all software.
27       Since an LFS system is compiled from source, it is up to you to keep
28       abreast of such reports.  There are several online resources that track
29       such reports, some of which are shown below:</para>
31       <itemizedlist>
33         <listitem>
34           <para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
35           Emergency Response Team)</para>
37           <para>CERT has a mailing list that publishes security alerts concerning
38           various operating systems and applications. Subscription information is
39           available at <ulink
40           url="http://www.us-cert.gov/cas/signup.html"/>.</para>
41         </listitem>
43         <listitem>
44           <para>Bugtraq</para>
46           <para>Bugtraq is a full-disclosure computer security mailing list. It
47           publishes newly discovered security issues, and occasionally potential
48           fixes for them. Subscription information is available at <ulink
49           url="http://www.securityfocus.com/archive"/>.</para>
50         </listitem>
52       </itemizedlist>
53     </listitem>
55     <listitem>
56       <para>Beyond Linux From Scratch</para>
58       <para>The Beyond Linux From Scratch book covers installation
59       procedures for a wide range of software beyond the scope of the LFS
60       Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para>
61     </listitem>
63     <listitem>
64       <para>LFS Hints</para>
66       <para>The LFS Hints are a collection of educational documents
67       submitted by volunteers in the LFS community. The hints are available
68       at <ulink url="&hints-index;"/>.</para>
69     </listitem>
71     <listitem>
72       <para>Mailing lists</para>
74       <para>There are several LFS mailing lists you may subscribe to if you
75       are in need of help, want to stay current with the latest developments,
76       want to contribute to the project, and more. See <xref
77       linkend="ch-intro-maillists"/> for more
78       information.</para>
79     </listitem>
81     <listitem>
82       <para>The Linux Documentation Project</para>
84       <para>The goal of The Linux Documentation Project (TLDP) is to
85       collaborate on all of the issues of Linux documentation. The TLDP features
86       a large collection of HOWTOs, guides, and man pages.  It is located at
87       <ulink url="http://www.tldp.org/"/>.</para>
88     </listitem>
90   </itemizedlist>
92 </sect1>