Author: bdubbs Date: Mon Feb 17 12:22:24 2014 New Revision: 12719 Log: Tweak lsb-release package instructions
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/postlfs/config/lsb-release.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Mon Feb 17 12:00:29 2014 (r12718) +++ trunk/BOOK/general.ent Mon Feb 17 12:22:24 2014 (r12719) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "16"> <!-- Always 2 digits --> +<!ENTITY day "17"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2014"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "February 16th, &year;"> +<!ENTITY releasedate "February 17th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -17,6 +17,7 @@ <!ENTITY maintainer-firstname "BLFS"> <!ENTITY maintainer-address "blfs-maintainer@&lfs-domainname;"> +<!ENTITY lfs-website "http://www.&lfs-domainname;"> <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn"> <!ENTITY downloads-project "http://downloads.&lfs-domainname;"> <!ENTITY sources-anduin-http "http://anduin.&lfs-domainname;/sources/BLFS/svn"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Mon Feb 17 12:00:29 2014 (r12718) +++ trunk/BOOK/introduction/welcome/changelog.xml Mon Feb 17 12:22:24 2014 (r12719) @@ -45,6 +45,16 @@ --> <listitem> + <para>February 17th, 2014</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Adjust lsb-release instructions. Fixes + <ulink url="&blfs-ticket-root;4697">#4697</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 16th, 2014</para> <itemizedlist> <listitem> Modified: trunk/BOOK/postlfs/config/lsb-release.xml ============================================================================== --- trunk/BOOK/postlfs/config/lsb-release.xml Mon Feb 17 12:00:29 2014 (r12718) +++ trunk/BOOK/postlfs/config/lsb-release.xml Mon Feb 17 12:22:24 2014 (r12719) @@ -64,6 +64,10 @@ <sect2 role="installation"> <title>Installation of lsb_release</title> + <para>First fix a minor display problem:</para> + +<screen><userinput>sed -i "s|n/a|unavailable|" lsb_release</userinput></screen> + <para>Install <application>lsb_release</application> by running the following commands:</para> @@ -77,6 +81,18 @@ </sect2> + <sect2> + <title>Configuration Information</title> + + <para> + The configuration for this package was done in + <ulink url="&lfs-website;/lfs/view/stable/chapter09/theend.html">LFS</ulink>. + The file <filename>/etc/lsb-release</filename> should already exist. + Be sure that the DISTRIB_CODENAME entry has been set properly. + </para> + + </sect2> + <sect2 role="content"> <title>Contents</title> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
