| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | <sect1 id="ch10-theend"><title>The End</title><para>Well done! You have finished installing your LFS system. It may havebeen a long process but it was well worth it. We wish you a lot of funwith your new shiny custom built Linux system.</para><para>Now would be a good time to strip all debug symbols from the binaries on yourLFS system. If you are not a programmer and don't plan on debugging yoursoftware, then you will be happy to know that you can reclaim a few tens of megsby removing debug symbols. This process causes no inconvenience other than notbeing able to debug the software fully anymore, which is not an issue if youdon't know how to debug. You can remove the symbols by executing the followingcommand:</para><blockquote><literallayout>	<userinput>find / -type f -exec strip --strip-debug '{}' ';'</userinput></literallayout></blockquote><para>If you plan to ever upgrade to a newer LFS version in the future itwill be a good idea to create the /etc/lfs-&version; file. By havingthis file it is very easy for you (and for us if you are going to askfor help with something at some point) to find out which LFS versionyou have installed on your system. This can just be a null-byte file byrunning <userinput>touch /etc/lfs-&version;</userinput>.</para><para>If you are wondering: "Well, where to go now?" you'll be glad to hear thatsomeone has written an <ulinkurl="http://archive.linuxfromscratch.org/lfs-hints/Afterlfs.txt">LFS-Hint</ulink>on that subject. On a same note, if you are not only newbie to LFS, but alsonewbie to Linux in general, you may find the <ulinkurl="http://archive.linuxfromscratch.org/lfs-hints/newbie.txt">newbiehint</ulink> very interesting.</para><para>Don't forget there are several LFS mailinglists you can subscribe to ifyou are in need of help, advice, etc. See <ulink url="ch01-maillists.html">Chapter 1 - Mailinglists</ulink> formore information.</para><para>Again, we thank you for using the LFS Book and hope you found this bookuseful and worth your time.</para></sect1>
 |