Author: bdubbs
Date: 2012-05-10 19:52:51 -0600 (Thu, 10 May 2012)
New Revision: 9848
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter09/theend.xml
trunk/BOOK/general.ent
Log:
Add /etc/lsb-release to Chapter 9
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-05-09 22:25:50 UTC (rev 9847)
+++ trunk/BOOK/chapter01/changelog.xml 2012-05-11 01:52:51 UTC (rev 9848)
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>2012-05-10</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add /etc/lsb-release file in Chapter 9.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-05-09</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter09/theend.xml
===================================================================
--- trunk/BOOK/chapter09/theend.xml 2012-05-09 22:25:50 UTC (rev 9847)
+++ trunk/BOOK/chapter09/theend.xml 2012-05-11 01:52:51 UTC (rev 9848)
@@ -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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-05-09 22:25:50 UTC (rev 9847)
+++ trunk/BOOK/general.ent 2012-05-11 01:52:51 UTC (rev 9848)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120509">
-<!ENTITY releasedate "May 09, 2012">
+<!ENTITY version "SVN-20120510">
+<!ENTITY releasedate "May 10, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page