Changeset ffd8c5a for CLFS/clfs.xsl


Ignore:
Timestamp:
09/11/2006 06:51:19 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
1cc1575
Parents:
d66cbc2
Message:

Merged r3102 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    rd66cbc2 rffd8c5a  
    1616  <!-- Build method used -->
    1717  <xsl:param name="method" select="chroot"/>
    18 
    19   <!-- Compile the keymap into the kernel? -->
    20   <xsl:param name="keymap" select="none"/>
    2118
    2219  <!-- Run test suites?
     
    169166        <xsl:text>&#xA;</xsl:text>
    170167      </xsl:when>
    171       <!-- Compile the keymap into the kernel? -->
    172       <xsl:when test="contains(string(),'defkeymap') and
    173                 $keymap = 'none'"/>
     168      <!-- Compile the keymap into the kernel has been disabled for 1.0 -->
     169      <xsl:when test="contains(string(),'defkeymap')"/>
    174170      <!-- Copying the kernel config file -->
    175171      <xsl:when test="string() = 'make mrproper'">
     
    287283        <xsl:value-of select="$page"/>
    288284      </xsl:when>
    289       <xsl:when test="ancestor::sect1[@id='ch-boot-kernel'] or
    290                       ancestor::sect1[@id='ch-bootable-kernel']">
    291         <xsl:value-of select="$keymap"/>
    292       </xsl:when>
    293285      <xsl:otherwise>
    294286        <xsl:text>**EDITME</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.