Changeset 522b09f


Ignore:
Timestamp:
12/04/2004 11:25:09 AM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
2aee5500
Parents:
a0a2d970
Message:
  • (chapter02/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter02/chapter02.xml

    ra0a2d970 r522b09f  
    44  %general-entities;
    55]>
    6 <chapter id="chapter-partitioning" xreflabel="Chapter 2">
     6<chapter xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xi="http://www.w3.org/2003/XInclude"
     8         xml:id="chapter-partitioning"
     9         xreflabel="Chapter 2">
    710<?dbhtml dir="chapter02"?>
    8 <title>Preparing a new partition</title>
     11<info><title>Preparing a new partition</title></info>
    912<?dbhtml filename="chapter02.html"?>
    1013
    11 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
    12 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingpartition.xml"/>
    13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingfilesystem.xml"/>
    14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mounting.xml"/>
     14<xi:include href="introduction.xml"/>
     15<xi:include href="creatingpartition.xml"/>
     16<xi:include href="creatingfilesystem.xml"/>
     17<xi:include href="mounting.xml"/>
    1518
    1619</chapter>
  • chapter02/creatingfilesystem.xml

    ra0a2d970 r522b09f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="space-creatingfilesystem">
    7 <title>Creating a file system</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="space-creatingfilesystem">
     9<info><title>Creating a file system</title></info>
    810<?dbhtml filename="creatingfilesystem.html"?>
    911
     
    1315systems are becoming increasingly popular. Here we will create an ext2 file
    1416system, but build instructions for other file systems can be found at
    15 <ulink url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para>
     17<uri xlink:href="&blfs-root;view/stable/postlfs/filesystems.html">&blfs-root;view/stable/postlfs/filesystems.html</uri>.</para>
    1618
    1719<para>To create an ext2 file system on the LFS partition run the following:</para>
     
    3133partition.</para>
    3234
    33 </sect1>
     35</section>
  • chapter02/creatingpartition.xml

    ra0a2d970 r522b09f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="space-creatingpartition">
    7 <title>Creating a new partition</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="space-creatingpartition">
     9<info><title>Creating a new partition</title></info>
    810<?dbhtml filename="creatingpartition.html"?>
    911
     
    1416This procedure is not recommended for your first LFS install, but if you
    1517are short on disk space, and you feel brave, take a look at the hint at
    16 <ulink url="&hints-root;lfs_next_to_existing_systems.txt"/>.</para>
     18<uri xlink:href="&hints-root;lfs_next_to_existing_systems.txt">&hints-root;lfs_next_to_existing_systems.txt</uri>.</para>
    1719
    1820<para>For a minimal system you will need a partition of around 1.3 GB.
     
    4244names will later be needed for the <filename>/etc/fstab</filename> file.</para>
    4345
    44 </sect1>
     46</section>
  • chapter02/introduction.xml

    ra0a2d970 r522b09f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="space-introduction">
    7 <title>Introduction</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="space-introduction">
     8<info><title>Introduction</title></info>
    89<?dbhtml filename="introduction.html"?>
    910
     
    1213and mount it.</para>
    1314
    14 </sect1>
     15</section>
  • chapter02/mounting.xml

    ra0a2d970 r522b09f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="space-mounting">
    7 <title>Mounting the new partition</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="space-mounting">
     8<info><title>Mounting the new partition</title></info>
    89<?dbhtml filename="mounting.html"?>
    910
     
    4849the packages.</para>
    4950
    50 </sect1>
     51</section>
  • index.xml

    ra0a2d970 r522b09f  
    1616<?dbhtml filename="part1.html"?>
    1717<xi:include href="chapter01/chapter01.xml"/>
    18 <!--<xi:include href="chapter02/chapter02.xml"/>-->
     18<xi:include href="chapter02/chapter02.xml"/>
    1919</part>
    2020
Note: See TracChangeset for help on using the changeset viewer.