source: chapter09/whatnow.xml@ 6a0e6f3

Last change on this file since 6a0e6f3 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xml:id="ch-finish-whatnow">
9<title>What now?</title>
10<?dbhtml filename="whatnow.html"?>
11
12<para>We thank you for reading the LFS Book and hope that you've found this
13book useful and worth your time.</para>
14
15<para>Now that you have finished installing your LFS system, you may be
16wondering <quote>What now?</quote>. To answer that question, we have
17composed a list of resources for you.</para>
18
19<itemizedlist>
20<listitem><para>Beyond Linux From Scratch</para>
21
22<para>The Beyond Linux From Scratch book covers installation procedures
23for a wide range of software beyond the scope of the LFS Book. The BLFS
24project can be found at <uri xlink:href="&blfs-root;"/>.</para></listitem>
25
26<listitem><para>LFS Hints</para>
27
28<para>The LFS Hints are a collection of small, educational documents
29submitted by volunteers in the LFS community. The Hints are available at
30<uri xlink:href="&hints-index;"/>.</para></listitem>
31
32<listitem><para>Mailing lists</para>
33
34<para>There are several LFS mailing lists you may subscribe to if you are
35in need of help. See <xref linkend="ch-scatter-maillists"/> for more
36information.</para></listitem>
37
38<listitem><para>The Linux Documentation Project</para>
39
40<para>The goal of the Linux Documentation Project is to collaborate in
41all of the issues of Linux documentation. The LDP features a large collection
42of HOWTOs, Guides and man pages; it may be found at
43<uri xlink:href="http://www.tldp.org/"/>.</para></listitem>
44
45</itemizedlist>
46
47</section>
Note: See TracBrowser for help on using the repository browser.