Changeset 87eb9e9 for common/kernfs.xsl


Ignore:
Timestamp:
10/06/2022 08:20:34 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
3722d31
Parents:
8bcaf0d5
Message:

Make the kernel filesystem scriptlets executable

This is so that they can be run from the main Makefile, instead
of having to edit them to put them inside the Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/kernfs.xsl

    r8bcaf0d5 r87eb9e9  
    88
    99  <xsl:template match="/">
     10    <xsl:text>#!/bin/bash
     11</xsl:text>
    1012    <xsl:apply-templates select="//userinput[contains(string(),'--bind') or
    1113                                             contains(string(),'/proc') or
Note: See TracChangeset for help on using the changeset viewer.