|
@@ -11,31 +11,22 @@
|
|
<title>The End</title>
|
|
<title>The End</title>
|
|
|
|
|
|
<indexterm zone="ch-finish-theend">
|
|
<indexterm zone="ch-finish-theend">
|
|
- <primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary>
|
|
|
|
|
|
+ <primary sortas="e-/etc/os-release">/etc/os-release</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
|
|
|
|
<para>Well done! The new LFS system is installed! We wish you much
|
|
<para>Well done! The new LFS system is installed! We wish you much
|
|
success with your shiny new custom-built Linux system.</para>
|
|
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>
|
|
|
|
|
|
+ <para>It is a good idea to create an <filename>/etc/os-release</filename>
|
|
file. By having this file, it is very easy for you (and for us if you need to
|
|
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
|
|
ask for help at some point) to find out which LFS version is installed on the
|
|
system. Create this file by running:</para>
|
|
system. Create this file by running:</para>
|
|
|
|
|
|
-<screen><userinput>echo &version; > /etc/lfs-release</userinput></screen>
|
|
|
|
-
|
|
|
|
- <para>It is also a good idea to create a file to show the status of your
|
|
|
|
- new system with resopect to the Linux Standards Base (LSB). To create
|
|
|
|
- this file, run:</para>
|
|
|
|
-
|
|
|
|
-<screen><userinput>cat > /etc/lsb-release << "EOF"
|
|
|
|
-DISTRIB_ID="Linux From Scratch"
|
|
|
|
-DISTRIB_RELEASE="&version;"
|
|
|
|
-DISTRIB_CODENAME="<your name here>"
|
|
|
|
-DISTRIB_DESCRIPTION="Linux From Scratch"
|
|
|
|
|
|
+<screen><userinput>cat > /etc/os-release << "EOF"
|
|
|
|
+NAME="Linux From Scratch"
|
|
|
|
+VERSION="&version;"
|
|
|
|
+ID=lfs
|
|
|
|
+PRETTY_NAME="Linux From Scratch &version;"
|
|
EOF</userinput></screen>
|
|
EOF</userinput></screen>
|
|
|
|
|
|
- <para>Be sure to put some sort of customization for the field
|
|
|
|
- 'DISTRIB_CODENAME' to make the system uniquely yours.</para>
|
|
|
|
-
|
|
|
|
</sect1>
|
|
</sect1>
|