list_lfs.xsl: fixes for dependency checking
Add several packages that shouldn't be removed when doing dependency checking, two of which are actually not in lfs, but needed for script: porg tzdata sudo wget
This commit is contained in:
parent
4dfe8f99c4
commit
72711ab1cd
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue