Put {DISTRIB,VERSION}_CODENAME="jhalfs" in /etc/*-release, and fix a typo
This commit is contained in:
parent
654f592149
commit
4ad6e44878
1 changed files with 12 additions and 3 deletions
|
@ -157,7 +157,7 @@
|
||||||
<xsl:apply-templates mode="lfs"/>
|
<xsl:apply-templates mode="lfs"/>
|
||||||
</xsl:element>
|
</xsl:element>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>i<!--
|
<xsl:otherwise><!--
|
||||||
<xsl:element name="{name()}">
|
<xsl:element name="{name()}">
|
||||||
<xsl:for-each select="attribute::*">
|
<xsl:for-each select="attribute::*">
|
||||||
<xsl:attribute name="{name()}">
|
<xsl:attribute name="{name()}">
|
||||||
|
@ -193,11 +193,20 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="self::screen">
|
<xsl:when test="self::screen">
|
||||||
<xsl:choose>
|
<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:when test="@role='nodump'">
|
||||||
<xsl:copy-of select="."/>
|
<xsl:copy-of select="."/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- Since we are using the *-full.xml files, revisions have already been
|
<xsl:when test="contains(string(),'<your name here>')">
|
||||||
selected, so no need to bother about revision attributes-->
|
<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)]">
|
<xsl:when test="./userinput[@remap='install' or not(@remap)]">
|
||||||
<screen role="root">
|
<screen role="root">
|
||||||
<xsl:copy-of select="./*"/>
|
<xsl:copy-of select="./*"/>
|
||||||
|
|
Reference in a new issue