diff options
Diffstat (limited to 'BLFS')
-rw-r--r-- | BLFS/xsl/list_lfs.xsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BLFS/xsl/list_lfs.xsl b/BLFS/xsl/list_lfs.xsl index 87fe25395d..0ce91c6cf7 100644 --- a/BLFS/xsl/list_lfs.xsl +++ b/BLFS/xsl/list_lfs.xsl @@ -9,6 +9,11 @@ <xsl:text>bootscripts </xsl:text> <xsl:text>lfs-bootscripts </xsl:text> <xsl:text>kernel </xsl:text> + <xsl:text>porg </xsl:text> + <xsl:text>tzdata </xsl:text> + <!-- the next two packages are not in LFS, but jhalfs needs them --> + <xsl:text>sudo </xsl:text> + <xsl:text>wget </xsl:text> <xsl:apply-templates select=".//chapter[@id='chapter-building-system']/sect1/sect1info/productname"/> </xsl:template> |