Changeset a9d3a9a for HLFS/hlfs.xsl


Ignore:
Timestamp:
03/28/2007 12:24:52 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
39f5f3e
Parents:
1a39790
Message:

adjust code to match recent HLFS book changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    r1a39790 ra9d3a9a  
    100100        </xsl:if>
    101101        <xsl:text>&#xA;</xsl:text>
    102         <xsl:if test="(sect2[@role='installation'] and
    103                            not(@id='bootable-kernel'))">
     102        <xsl:if test="(sect2[@role='installation'])">
    104103          <xsl:text>cd $PKGDIR&#xA;</xsl:text>
    105104          <xsl:if test="@id='ch-system-uclibc'">
     
    133132          <!-- END 2.4-branch toolchain -->
    134133
     134<!-- temporary
    135135          <xsl:if test="@id='bootable-bootscripts'">
    136136             <xsl:text>pushd ../; tar -xvf blfs-bootscripts-&blfs-bootscripts-version;.* ; popd; &#xA;</xsl:text>
    137137          </xsl:if>
     138-->
    138139        </xsl:if>
    139140        <xsl:apply-templates select=".//para/userinput | .//screen"/>
     
    210211      </xsl:when>
    211212      <!-- Fixing bootscripts installation -->
     213
     214<!-- temporary
    212215      <xsl:when test="ancestor::sect1[@id='bootable-bootscripts'] and
    213216                string() = 'make install'">
     
    215218        <xsl:text>cd ../blfs-bootscripts-&blfs-bootscripts-version;&#xA;</xsl:text>
    216219      </xsl:when>
     220-->
    217221      <!-- Compile the keymap into the kernel has been dissabled -->
    218222      <xsl:when test="contains(string(),'defkeymap')"/>
Note: See TracChangeset for help on using the changeset viewer.