Changeset ffd8c5a for HLFS/hlfs.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
  • HLFS/hlfs.xsl

    rd66cbc2 rffd8c5a  
    1919  <!-- Is the host kernel using grsecurity? -->
    2020  <xsl:param name="grsecurity_host" select="n"/>
    21 
    22   <!-- Compile the keymap into the kernel? -->
    23   <xsl:param name="keymap" select="none"/>
    2421
    2522  <!-- Run test suites?
     
    200197        <xsl:text>cd ../blfs-bootscripts-&blfs-bootscripts-version;&#xA;</xsl:text>
    201198      </xsl:when>
    202       <!-- Compile the keymap into the kernel? -->
    203       <xsl:when test="contains(string(),'defkeymap') and
    204                 $keymap = 'none'"/>
     199      <!-- Compile the keymap into the kernel has been dissabled -->
     200      <xsl:when test="contains(string(),'defkeymap')"/>
    205201      <!-- Copying the kernel config file -->
    206202      <xsl:when test="string() = 'make mrproper'">
     
    320316        <xsl:value-of select="$page"/>
    321317      </xsl:when>
    322       <xsl:when test="ancestor::sect1[@id='bootable-kernel']">
    323         <xsl:value-of select="$keymap"/>
    324       </xsl:when>
    325318      <xsl:otherwise>
    326319        <xsl:text>**EDITME</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.