blob: e154f05133ee891e7675bbffe64e260e953638c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<sect1 id="ch-finish-theend">
<title>The End</title>
<?dbhtml filename="theend.html" dir="chapter09"?>
<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>
|