From 42dfc6ef21cbb2c7b5a2b4b60d399e1de0413f77 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 23 Mar 2023 18:37:20 +0100 Subject: [PATCH] Implementation of dependency checking 3 Add an XSL stylesheet for listing packages in LFS. Those are not listed anywhere else, but they are considered dependencies of everything, so should never be erased. --- BLFS/gen_pkg_book.sh | 1 + BLFS/xsl/list_lfs.xsl | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 BLFS/xsl/list_lfs.xsl diff --git a/BLFS/gen_pkg_book.sh b/BLFS/gen_pkg_book.sh index 44877d4..dd8f633 100755 --- a/BLFS/gen_pkg_book.sh +++ b/BLFS/gen_pkg_book.sh @@ -28,6 +28,7 @@ declare BookXml="${TOPDIR}/book.xml" declare MakeBook="${TOPDIR}/xsl/make_book.xsl" declare GetVersion="${TOPDIR}/xsl/get_version.xsl" declare MakeScripts="${TOPDIR}/xsl/scripts.xsl" +declare ListLFS="${TOPDIR}/xsl/list_lfs.xsl" declare BookHtml="${TOPDIR}/book-html" declare BLFS_XML="${TOPDIR}/blfs-xml" declare -a TARGET diff --git a/BLFS/xsl/list_lfs.xsl b/BLFS/xsl/list_lfs.xsl new file mode 100644 index 0000000..87fe253 --- /dev/null +++ b/BLFS/xsl/list_lfs.xsl @@ -0,0 +1,20 @@ + + + + + + + + bootscripts + lfs-bootscripts + kernel + + + + + + + + +