diff options
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r-- | chapter09/reboot.xml | 22 |
1 files changed, 3 insertions, 19 deletions
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> |