|
@@ -24,4 +24,18 @@
|
|
|
|
|
|
<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"
|
|
|
+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>
|