Ignore:
Timestamp:
05/28/2016 10:00:30 AM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
878a5a0
Parents:
061d54f
Message:

Adaptation for merged LFS books. A few typos with no consequence are corrected too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/packages.xsl

    r061d54f rc9598f2  
    99
    1010  <!-- The libc model used for HLFS -->
    11   <xsl:param name="model" select="glibc"/>
     11  <xsl:param name="model" select="'glibc'"/>
    1212
    1313  <!-- The kernel series used for HLFS -->
    14   <xsl:param name="kernel" select="2.6"/>
     14  <xsl:param name="kernel" select="'2.6'"/>
    1515
    16   <!-- Should we include a package manager -->
    17   <xsl:param name="pkgmngt" select="n"/>
     16  <!-- Should we include a package manager? -->
     17  <xsl:param name="pkgmngt" select="'n'"/>
     18
     19  <!-- The system for LFS: sysv of systemd -->
     20  <xsl:param name="revision" select="'sysv'"/>
    1821
    1922  <xsl:template match="/">
     
    2932                  (ancestor::varlistentry[@condition=$model]
    3033                  or not(ancestor::varlistentry[@condition])) and
     34                  (ancestor::varlistentry[@revision=$revision]
     35                  or not(ancestor::varlistentry[@revision])) and
    3136                  (ancestor::varlistentry[@vendor=$kernel]
    3237                  or not(ancestor::varlistentry[@vendor]))">
Note: See TracChangeset for help on using the changeset viewer.