1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
- ]>
- <sect1 id="ch-finish-theend">
- <title>The End</title>
- <?dbhtml filename="theend.html"?>
- <indexterm zone="ch-finish-theend"><primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary></indexterm>
- <para>Well done! You have finished installing your LFS system. It may have
- been a long process, but we hope it was worth it. We wish you a lot of fun
- with your new shiny custom built Linux system.</para>
- <para>It may be a good idea to create an <filename>/etc/lfs-release</filename>
- 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. Create this file by running:</para>
- <screen><userinput>echo &version; > /etc/lfs-release</userinput></screen>
- </sect1>
|