[jhalfs] 02/02: Extract chroot and kernfs commands directly from rendered XML

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Mon, 09 Mar 2026 17:01:25 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1773075694-25150-14363
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

commit ede54410e2a30faa87702032f495cac4730580bd
Author: Kevin M. Buckley <[email protected]>
AuthorDate: Wed Feb 25 17:15:20 2026 +0800

    Extract chroot and kernfs commands directly from rendered XML
    
        Forgot to copy the new scripts into build environment
---
 jhalfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jhalfs b/jhalfs
index 8862d7d..e35b011 100755
--- a/jhalfs
+++ b/jhalfs
@@ -332,7 +332,7 @@ if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then
   cp "$COMMON_DIR"/{makefile-functions,progress_bar.sh,run-in-cgroup.sh} "$JHALFSDIR/"
 
 # Copy needed stylesheets
-  cp "$COMMON_DIR"/{packages.xsl,chroot.xsl,kernfs.xsl} "$JHALFSDIR/"
+  cp "$COMMON_DIR"/{packages.xsl,chroot.xsl,kernfs*.xsl} "$JHALFSDIR/"
   cp "$PACKAGE_DIR/$XSL" "$JHALFSDIR/"
 
   export XSL=$JHALFSDIR/${XSL}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1773075694-25150-14363
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
------------=_1773075694-25150-14363--