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 + + + + + + + + +