diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-25 18:28:22 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-25 18:28:22 +0000 |
commit | 50b7320e7061dc677eed2c1fdf43af52635c36fb (patch) | |
tree | 55a6c184d8a3949ef49fb1e0c838eb62fcc35b58 /chapter09 | |
parent | c7188a2eca9172f81e576a93ffeae67ca024b86b (diff) |
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
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/chapter09.xml | 1 | ||||
-rw-r--r-- | chapter09/reboot.xml | 22 | ||||
-rw-r--r-- | chapter09/whatnow.xml | 40 |
3 files changed, 44 insertions, 19 deletions
diff --git a/chapter09/chapter09.xml b/chapter09/chapter09.xml index 19540a54e..48b86a0a4 100644 --- a/chapter09/chapter09.xml +++ b/chapter09/chapter09.xml @@ -5,6 +5,7 @@ &c9-theend; &c9-getcounted; &c9-reboot; +&c9-whatnow; </chapter> diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 2cb47801f..da568746b 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -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 && 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> diff --git a/chapter09/whatnow.xml b/chapter09/whatnow.xml new file mode 100644 index 000000000..b3458a418 --- /dev/null +++ b/chapter09/whatnow.xml @@ -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> |