Change names for lfs chapters in blfs tools:
- change "6" to "final system" - change "7" to "configuration" - change "8" to "Bootable" - change "9" to "The End" - also fix a id that has changed in January in the lfs book
This commit is contained in:
parent
3da8c49659
commit
cce9c165cd
2 changed files with 10 additions and 10 deletions
|
@ -31,9 +31,9 @@
|
|||
<name>LFS Packages</name>
|
||||
<xsl:text>
 </xsl:text>
|
||||
<sublist>
|
||||
<xsl:attribute name="id">lfs-6</xsl:attribute>
|
||||
<xsl:attribute name="id">lfs-system</xsl:attribute>
|
||||
<xsl:text>
 </xsl:text>
|
||||
<name>LFS Chapter 6</name>
|
||||
<name>LFS Final System</name>
|
||||
<xsl:apply-templates
|
||||
select='document($lfs-full)//
|
||||
chapter[@id="chapter-building-system"]/
|
||||
|
@ -41,26 +41,26 @@
|
|||
<xsl:text>
 </xsl:text>
|
||||
</sublist>
|
||||
<sublist>
|
||||
<xsl:attribute name="id">lfs-7</xsl:attribute>
|
||||
<xsl:attribute name="id">lfs-conf</xsl:attribute>
|
||||
<xsl:text>
 </xsl:text>
|
||||
<name>LFS Chapter 7</name>
|
||||
<name>LFS Configuration files</name>
|
||||
<xsl:apply-templates
|
||||
select='document($lfs-full)//
|
||||
chapter[@id="chapter-bootscripts"]/
|
||||
chapter[@id="chapter-config"]/
|
||||
sect1/sect1info[./productname="bootscripts"]'/>
|
||||
<xsl:text>
 </xsl:text>
|
||||
</sublist>
|
||||
<sublist>
|
||||
<xsl:attribute name="id">lfs-8</xsl:attribute>
|
||||
<xsl:attribute name="id">lfs-boot</xsl:attribute>
|
||||
<xsl:text>
 </xsl:text>
|
||||
<name>LFS Chapter 8</name>
|
||||
<name>LFS Making Bootable</name>
|
||||
<xsl:apply-templates select='document($lfs-full)//chapter[@id="chapter-bootable"]/sect1/sect1info[./productname="kernel"]'/>
|
||||
<xsl:text>
 </xsl:text>
|
||||
</sublist>
|
||||
<sublist>
|
||||
<xsl:attribute name="id">lfs-9</xsl:attribute>
|
||||
<xsl:attribute name="id">lfs-theend</xsl:attribute>
|
||||
<xsl:text>
 </xsl:text>
|
||||
<name>LFS Chapter 9</name>
|
||||
<name>LFS The end</name>
|
||||
<xsl:apply-templates select='document($lfs-full)//sect1[@id="ch-finish-theend"]//userinput[starts-with(string(),"echo")]'/>
|
||||
<xsl:text>
 </xsl:text>
|
||||
</sublist>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
$package='shadow'"/>
|
||||
<xsl:when test="$package='bootscripts'">
|
||||
<xsl:for-each select="document($lfsbook)">
|
||||
<xsl:apply-templates select="key('idlfs',$package)[ancestor::chapter/@id='chapter-bootscripts']" mode="lfs"/>
|
||||
<xsl:apply-templates select="key('idlfs',$package)[ancestor::chapter/@id='chapter-config']" mode="lfs"/>
|
||||
</xsl:for-each>
|
||||
</xsl:when>
|
||||
<xsl:when test="$package='kernel'">
|
||||
|
|
Reference in a new issue