theend.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <sect1 id="ch10-theend">
  2. <title>The End</title>
  3. <para>
  4. Well done! You have finished installing your LFS system. It may have
  5. been a long process but it was well worth it. We wish you a lot of fun
  6. with your new shiny custom built Linux system.
  7. </para>
  8. <para>
  9. Now would be a good time to strip all debug symbols from the binaries on your
  10. LFS system. If you are not a programmer and don't plan on debugging your
  11. software, then you will be happy to know that you can reclaim a few tens of megs
  12. by removing debug symbols. This process causes no inconvenience other than not
  13. being able to debug the software fully anymore, which is not an issue if you
  14. don't know how to debug. You can remove the symbols by executing the following
  15. command:
  16. </para>
  17. <blockquote><literallayout>
  18. <userinput>find / -type f -exec strip --strip-debug '{}' ';'</userinput>
  19. </literallayout></blockquote>
  20. <para>
  21. If you plan to ever upgrade to a newer LFS version in the future it
  22. will be a good idea to create the /etc/lfs-&version; file. By having
  23. this file it is very easy for you (and for us if you are going to ask
  24. for help with something at some point) to find out which LFS version
  25. you have installed on your system. This can just be a null-byte file by
  26. running <userinput>touch /etc/lfs-&version;</userinput>.
  27. </para>
  28. <para>
  29. If you are wondering: "Well, where to go now?" you'll be glad to hear that
  30. someone has written an <ulink
  31. url="http://archive.linuxfromscratch.org/lfs-hints/Afterlfs.txt">LFS-Hint</ulink>
  32. on that subject. On a same note, if you are not only newbie to LFS, but also
  33. newbie to Linux in general, you may find the <ulink
  34. url="http://archive.linuxfromscratch.org/lfs-hints/newbie.txt">newbie
  35. hint</ulink> very interesting.
  36. </para>
  37. <para>
  38. Don't forget there are several LFS mailinglists you can subscribe to if
  39. you are in need of help, advice, etc. See
  40. <ulink url="ch01-maillists.html">Chapter 1 - Mailinglists</ulink> for
  41. more information.
  42. </para>
  43. <para>
  44. Again, we thank you for using the LFS Book and hope you found this book
  45. useful and worth your time.
  46. </para>
  47. </sect1>