Changeset 20ce064 for config.xml


Ignore:
Timestamp:
09/27/2018 06:01:39 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
4cf065d6
Parents:
4de7ca7
Message:

Do some xml cleanup

Add a section to the starting page: Work from the LFS command line

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20541 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • config.xml

    r4de7ca7 r20ce064  
    22<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "general.ent">
    55  %general-entities;
    66]>
     
    4040  <xref linkend="postlfs-config-vimrc"/>.</para>
    4141
    42 <!--  <para> The remaining topics, <xref linkend="postlfs-config-logon"/>,
    43   <phrase revision="sysv"><xref linkend="postlfs-config-random"/>,</phrase>
    44   and <xref linkend="autofs"/> are then addressed, in that order. They
    45   don't have much interaction with the other topics in this chapter.</para> -->
    46 
    47   <xi:include xmlns:xi="&xinclude;" href="bootdisk.xml"/>
    48   <xi:include xmlns:xi="&xinclude;" href="console-fonts.xml"/>
    49   <xi:include xmlns:xi="&xinclude;" href="firmware.xml"/>
    50   <xi:include xmlns:xi="&xinclude;" href="../filesystems/initramfs.xml"/>
    51   <xi:include xmlns:xi="&xinclude;" href="devices.xml"/>
    52 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="skel.xml"/>
    53   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="users.xml"/>-->
    54   <xi:include xmlns:xi="&xinclude;" href="profile.xml"/>
    55   <xi:include xmlns:xi="&xinclude;" href="vimrc.xml"/>
    56 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logon.xml"/>-->
    57 
    58   <!-- sysv only -->
    59   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="random.xml"/>
    60 
    61   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lsb-release.xml"/>-->
     42  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/bootdisk.xml"/>
     43  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/console-fonts.xml"/>
     44  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/firmware.xml"/>
     45  <xi:include xmlns:xi="&xinclude;" href="postlfs/filesystems/initramfs.xml"/>
     46  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/devices.xml"/>
     47  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/profile.xml"/>
     48  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/vimrc.xml"/>
    6249
    6350</chapter>
Note: See TracChangeset for help on using the changeset viewer.