o Added "What now?" section.

o  Removed "Which Platform" section (for now).
o  Removed Appendix B.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-10-25 18:28:22 +00:00
parent c7188a2eca
commit 50b7320e70
10 changed files with 56 additions and 46 deletions

View File

@ -2,7 +2,6 @@
<title>Part III - Appendixes</title>
&appendixa;
&appendixb;
</part>

View File

@ -41,6 +41,15 @@
</itemizedlist>
</para></listitem>
<listitem><para>October 25th, 2002 [timothy]: Chapter 09: Added "What now?"
section.</para></listitem>
<listitem><para>October 25th, 2002 [timothy]: Removed
Appendix B.</para></listitem>
<listitem><para>October 25th, 2002 [timothy]: Chapter 02: Removed "Which
Platform" section.</para></listitem>
<listitem><para>October 23rd, 2002 [timothy]: Swapped chapter03 and
chapter04.</para></listitem>

View File

@ -4,7 +4,6 @@
&c2-aboutlfs;
&c2-aboutsbus;
&c2-platform;
&c2-askforhelp;
</chapter>

View File

@ -1,16 +0,0 @@
<sect1 id="ch02-platform" xreflabel="Chapter 2 - Platform">
<title>Which Platform?</title>
<?dbhtml filename="platform.html" dir="chapter02"?>
<para>LFS intends to be, as far as possible, platform independent. Having
said that, the main LFS development work occurs on the x86 platform. We
attempt to include information where possible on differences for other
platforms such as PPC. If you come across a problem compiling which is
not related to the x86 platform, still feel free to ask for help on the
mailing lists. Even better, if you come up with a solution to a
particular problem related to one of the other platforms, please let us
know at the lfs-dev mailing list. We will then (subject to confirming
it works) include that in the book.</para>
</sect1>

View File

@ -5,6 +5,7 @@
&c9-theend;
&c9-getcounted;
&c9-reboot;
&c9-whatnow;
</chapter>

View File

@ -2,9 +2,9 @@
<title>Rebooting the system</title>
<?dbhtml filename="reboot.html" dir="chapter09"?>
<para>Now that all software has been installed, bootscripts have been created,
it's time to reboot the computer. Before we reboot let's unmount
$LFS/proc and the LFS partition itself by running:</para>
<para>Now that all of the software has been installed, it's time to reboot
the computer. Before we reboot, let's unmount $LFS/proc and the LFS
partition itself by running:</para>
<para><screen><userinput>umount $LFS/proc &amp;&amp;
umount $LFS</userinput></screen></para>
@ -46,20 +46,4 @@ command:</para>
<para><screen><userinput>rm -rf /static</userinput></screen></para>
<para>Now that you have finished installing your LFS system, you may
be wondering how to install additional software, such as a web browser.
Your first stop should be the Beyond Linux From Scratch project, which may
be found at <ulink url="&blfs-root;"/>. The LFS hints may also prove helpful,
and are located at <ulink url="&hints-index;"/>. On a similar note, if you
are not only a newbie to LFS, but also to Linux in general, you may
find the newbie hint at <ulink url="&hints-root;newbie.txt"/> very
interesting.</para>
<para>Remember that there are several LFS mailinglists you may subscribe
to if you are in need of help. See <xref linkend="ch01-maillists"/> for
more information.</para>
<para>Again, we thank you for using the LFS Book and hope you found this
book useful and worth your time.</para>
</sect1>

40
chapter09/whatnow.xml Normal file
View File

@ -0,0 +1,40 @@
<sect1 id="ch09-whatnow">
<title>What now?</title>
<?dbhtml filename="whatnow.html" dir="chapter09"?>
<para>We thank you for reading the LFS Book and hope that you've found this
book useful and worth your time.</para>
<para>Now that you have finished installing your LFS system, you may be
wondering "What now?". In order to answer that question, we have composed a
list of resources for you.</para>
<itemizedlist>
<listitem><para>Beyond Linux From Scratch</para>
<para>The Beyond Linux From Scratch book covers installation procedures
for a wide range of software beyond the scope of the LFS Book. The BLFS
project can be found at <ulink url="&blfs-root;"/>.</para></listitem>
<listitem><para>LFS Hints</para>
<para>The LFS Hints are a collection of small, educational documents
submitted by volunteers in the LFS community. The Hints are available at
<ulink url="&hints-index;"/>.</para></listitem>
<listitem><para>Mailing lists</para>
<para>There are several LFS mailinglists you may subscribe to if you are
in need of help. See <xref linkend="ch01-maillists"/> for more
information.</para></listitem>
<listitem><para>The Linux Documentation Project</para>
<para>The goal of the Linux Documentation Project is to collaborate in
all of the issues of Linux documentation. The LDP features a large collection
of HOWTOs, Guides and man pages; it may be found at
<ulink url="http://www.tldp.org/"/>.</para></listitem>
</itemizedlist>
</sect1>

View File

@ -1,5 +0,0 @@
<!ENTITY appendixb SYSTEM "../appendixb/appendixb.xml">
<!ENTITY ab-introduction SYSTEM "../appendixb/introduction.xml">
<!ENTITY ab-books SYSTEM "../appendixb/books.xml">
<!ENTITY ab-howtoguides SYSTEM "../appendixb/howtoguides.xml">
<!ENTITY ab-other SYSTEM "../appendixb/other.xml">

View File

@ -2,3 +2,4 @@
<!ENTITY c9-theend SYSTEM "../chapter09/theend.xml">
<!ENTITY c9-getcounted SYSTEM "../chapter09/getcounted.xml">
<!ENTITY c9-reboot SYSTEM "../chapter09/reboot.xml">
<!ENTITY c9-whatnow SYSTEM "../chapter09/whatnow.xml">

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20021024">
<!ENTITY releasedate "October 24th, 2002">
<!ENTITY version "20021025">
<!ENTITY releasedate "October 25th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
@ -33,7 +33,6 @@
<!ENTITY % chapter08 SYSTEM "entities/chapter08.ent">
<!ENTITY % chapter09 SYSTEM "entities/chapter09.ent">
<!ENTITY % appendixa SYSTEM "entities/appendixa.ent">
<!ENTITY % appendixb SYSTEM "entities/appendixb.ent">
<!ENTITY % autoconf-entities SYSTEM "entities/autoconf.ent">
<!ENTITY % automake-entities SYSTEM "entities/automake.ent">
@ -103,7 +102,6 @@
%chapter08;
%chapter09;
%appendixa;
%appendixb;
%autoconf-entities;
%automake-entities;