diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 19:34:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 19:34:23 +0000 |
commit | 6acc84805a6a2984f40b3973244e6e83c624896d (patch) | |
tree | 95d635b88a5fad9e8be73e04ba301246cfc628ec /chapter09 | |
parent | 0c07a9016620528baf6b1c433d9070452be76c65 (diff) |
Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@216 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/chapter09.xml | 7 | ||||
-rw-r--r-- | chapter09/theend.xml | 32 |
2 files changed, 39 insertions, 0 deletions
diff --git a/chapter09/chapter09.xml b/chapter09/chapter09.xml new file mode 100644 index 000000000..1d4750cb9 --- /dev/null +++ b/chapter09/chapter09.xml @@ -0,0 +1,7 @@ +<chapter id="chapter10"> +<title>The End</title> + +&c10-theend; + +</chapter> + diff --git a/chapter09/theend.xml b/chapter09/theend.xml new file mode 100644 index 000000000..1629632e3 --- /dev/null +++ b/chapter09/theend.xml @@ -0,0 +1,32 @@ +<sect1 id="ch10-theend"> +<title>The End</title> + +<para> +Well done! You have finished installing your LFS system. It may have +been a long process but it was well worth it. We wish you a lot of fun +with your new shiny custom built Linux system. +</para> + +<para> +If you plan to ever upgrade to a newer LFS version in the future it +will be a good idea to create the /etc/lfs-&version; file. By having +this file it is very easy for you (and for us if you are going to ask +for help with something at some point) to find out which LFS version +you have installed on your system. This can just be a null-byte file by +running <userinput>touch /etc/lfs-&version;</userinput>. +</para> + +<para> +Don't forget there are serveral LFS mailinglist you can subscribe to if +you are in need of help, advice, etc. See +<ulink url="ch01-maillists.html">Chapter 1 - Mailinglists</ulink> 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> + |