Changeset 1352172 for LFS/lfs.xsl


Ignore:
Timestamp:
11/13/2023 12:44:32 PM (11 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
645ec47
Parents:
74601a7 (diff), 5ed69f8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/parallelism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r74601a7 r1352172  
    420420        <xsl:if test="ancestor::sect1[@id='ch-bootable-kernel']">
    421421          <xsl:text>cp -v ../kernel-config .config&#xA;</xsl:text>
     422          <xsl:text>timeout 60 make oldconfig ||\&#xA;</xsl:text>
     423          <xsl:text>{ echo kernel config is not up to date; exit 124; }&#xA;</xsl:text>
    422424        </xsl:if>
    423425      </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.