mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
81fd230419
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
25 lines
940 B
XML
25 lines
940 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/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! The new LFS system is installed! We wish you much
|
|
success with your shiny new 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 need to ask for help at some
|
|
point) to find out which LFS version is installed on the system.
|
|
Create this file by running:</para>
|
|
|
|
<screen><userinput>echo &version; > /etc/lfs-release</userinput></screen>
|
|
|
|
</sect1>
|
|
|