Changeset f4caf9c for CLFS2


Ignore:
Timestamp:
09/11/2006 06:47:51 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d51e891
Parents:
05d1b17
Message:

Full removed support for keymap compilation into the kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    r05d1b17 rf4caf9c  
    1313
    1414<!-- XSLT stylesheet to create shell scripts from CLFS2 books. -->
    15 
    16   <!-- Compile the keymap into the kernel? -->
    17   <xsl:param name="keymap" select="none"/>
    1815
    1916  <!-- Install vim-lang package? -->
     
    114111        <xsl:text>&#xA;</xsl:text>
    115112      </xsl:when>
    116       <!-- Compile the keymap into the kernel? -->
    117       <xsl:when test="contains(string(),'defkeymap') and
    118                 $keymap = 'none'"/>
     113      <!-- Compile the keymap into the kernel has been disabled -->
     114      <xsl:when test="contains(string(),'defkeymap')"/>
    119115      <!-- Copying the kernel config file -->
    120116      <xsl:when test="string() = 'make mrproper'">
     
    146142        <xsl:value-of select="$page"/>
    147143      </xsl:when>
    148       <xsl:when test="ancestor::sect1[@id='ch-bootable-kernel']">
    149         <xsl:value-of select="$keymap"/>
    150       </xsl:when>
    151144      <xsl:otherwise>
    152145        <xsl:text>**EDITME</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.