Changeset 4ad6e44


Ignore:
Timestamp:
09/25/2019 03:36:20 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
a30c80e
Parents:
654f592
Message:

Put {DISTRIB,VERSION}_CODENAME="jhalfs" in /etc/*-release, and fix a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/lfs_make_book.xsl

    r654f592 r4ad6e44  
    158158        </xsl:element>
    159159      </xsl:when>
    160       <xsl:otherwise>i<!--
     160      <xsl:otherwise><!--
    161161        <xsl:element name="{name()}">
    162162          <xsl:for-each select="attribute::*">
     
    194194      <xsl:when test="self::screen">
    195195        <xsl:choose>
     196<!-- Since we are using the *-full.xml files, revisions have already been
     197     selected, so no need to bother about revision attributes-->
    196198          <xsl:when test="@role='nodump'">
    197199            <xsl:copy-of select="."/>
    198200          </xsl:when>
    199 <!-- Since we are using the *-full.xml files, revisions have already been
    200      selected, so no need to bother about revision attributes-->
     201          <xsl:when test="contains(string(),'&lt;your name here&gt;')">
     202            <screen role="root"><userinput>
     203              <xsl:copy-of
     204                select="substring-before(string(),'&lt;your name here&gt;')"/>
     205              <xsl:text>jhalfs</xsl:text>
     206              <xsl:copy-of
     207                select="substring-after(string(),'&lt;your name here&gt;')"/>
     208            </userinput></screen>
     209          </xsl:when>
    201210          <xsl:when test="./userinput[@remap='install' or not(@remap)]">
    202211            <screen role="root">
Note: See TracChangeset for help on using the changeset viewer.