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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.