Author: pierre
Date: Wed Sep 25 08:36:20 2019
New Revision: 4128
Log:
Put {DISTRIB,VERSION}_CODENAME="jhalfs" in /etc/*-release, and fix a typo
Modified:
jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl
Modified: jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl Wed Sep 25 08:29:17 2019
(r4127)
+++ jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl Wed Sep 25 08:36:20 2019
(r4128)
@@ -157,7 +157,7 @@
<xsl:apply-templates mode="lfs"/>
</xsl:element>
</xsl:when>
- <xsl:otherwise>i<!--
+ <xsl:otherwise><!--
<xsl:element name="{name()}">
<xsl:for-each select="attribute::*">
<xsl:attribute name="{name()}">
@@ -193,11 +193,20 @@
</xsl:when>
<xsl:when test="self::screen">
<xsl:choose>
+<!-- Since we are using the *-full.xml files, revisions have already been
+ selected, so no need to bother about revision attributes-->
<xsl:when test="@role='nodump'">
<xsl:copy-of select="."/>
</xsl:when>
-<!-- Since we are using the *-full.xml files, revisions have already been
- selected, so no need to bother about revision attributes-->
+ <xsl:when test="contains(string(),'<your name here>')">
+ <screen role="root"><userinput>
+ <xsl:copy-of
+ select="substring-before(string(),'<your name here>')"/>
+ <xsl:text>jhalfs</xsl:text>
+ <xsl:copy-of
+ select="substring-after(string(),'<your name here>')"/>
+ </userinput></screen>
+ </xsl:when>
<xsl:when test="./userinput[@remap='install' or not(@remap)]">
<screen role="root">
<xsl:copy-of select="./*"/>
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page