Ignore:
Timestamp:
06/14/2020 03:54:44 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
e4b7aa8
Parents:
3da8c49
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    r3da8c49 rcce9c16  
    3232        <xsl:text>&#xA;    </xsl:text>
    3333        <sublist>
    34           <xsl:attribute name="id">lfs-6</xsl:attribute>
     34          <xsl:attribute name="id">lfs-system</xsl:attribute>
    3535          <xsl:text>&#xA;      </xsl:text>
    36           <name>LFS Chapter 6</name>
     36          <name>LFS Final System</name>
    3737          <xsl:apply-templates
    3838               select='document($lfs-full)//
     
    4242        </sublist>
    4343        <sublist>
    44           <xsl:attribute name="id">lfs-7</xsl:attribute>
     44          <xsl:attribute name="id">lfs-conf</xsl:attribute>
    4545          <xsl:text>&#xA;      </xsl:text>
    46           <name>LFS Chapter 7</name>
     46          <name>LFS Configuration files</name>
    4747          <xsl:apply-templates
    4848               select='document($lfs-full)//
    49                             chapter[@id="chapter-bootscripts"]/
     49                            chapter[@id="chapter-config"]/
    5050                                 sect1/sect1info[./productname="bootscripts"]'/>
    5151          <xsl:text>&#xA;    </xsl:text>
    5252        </sublist>
    5353        <sublist>
    54           <xsl:attribute name="id">lfs-8</xsl:attribute>
     54          <xsl:attribute name="id">lfs-boot</xsl:attribute>
    5555          <xsl:text>&#xA;      </xsl:text>
    56           <name>LFS Chapter 8</name>
     56          <name>LFS Making Bootable</name>
    5757          <xsl:apply-templates select='document($lfs-full)//chapter[@id="chapter-bootable"]/sect1/sect1info[./productname="kernel"]'/>
    5858          <xsl:text>&#xA;    </xsl:text>
    5959        </sublist>
    6060        <sublist>
    61           <xsl:attribute name="id">lfs-9</xsl:attribute>
     61          <xsl:attribute name="id">lfs-theend</xsl:attribute>
    6262          <xsl:text>&#xA;      </xsl:text>
    63           <name>LFS Chapter 9</name>
     63          <name>LFS The end</name>
    6464          <xsl:apply-templates select='document($lfs-full)//sect1[@id="ch-finish-theend"]//userinput[starts-with(string(),"echo")]'/>
    6565          <xsl:text>&#xA;    </xsl:text>
Note: See TracChangeset for help on using the changeset viewer.