theend.xml 2.1 KB

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