Ignore:
Timestamp:
12/04/2004 01:26:37 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
c5538b3
Parents:
a811dff0
Message:
  • (chapter08/*.xml) RELAX NG validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    ra811dff0 r6be8f06  
    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="ch-bootable-kernel" xreflabel="Linux" role="wrap">
    7 <title>Linux-&linux-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="ch-bootable-kernel" xreflabel="Linux" role="wrap">
     9<info><title>Linux-&linux-version;</title></info>
    810<?dbhtml filename="kernel.html"?>
    911
    1012<indexterm zone="ch-bootable-kernel"><primary sortas="a-Linux">Linux</primary></indexterm>
    1113
    12 <sect2 role="package"><title/>
     14<section role="package"><info><title/></info>
    1315<para>The Linux package contains the kernel and the header files.</para>
    1416
     
    2527GCC, Glibc, Grep, Gzip, Make, Modutils, Perl, Sed</seg></seglistitem>
    2628</segmentedlist>
    27 </sect2>
    28 
    29 <sect2 role="installation">
    30 <title>Installation of the kernel</title>
     29</section>
     30
     31<section role="installation">
     32<info><title>Installation of the kernel</title></info>
    3133
    3234<para>Building the kernel involves a few steps: configuration, compilation, and
     
    125127consider stripping and compressing the modules. For most people such compression
    126128isn't worth the trouble, but if you're really pressed for space, then have a look at
    127 <ulink url="http://www.linux-mips.org/archives/linux-mips/2002-04/msg00031.html"/>.</para>
     129<uri xlink:href="http://www.linux-mips.org/archives/linux-mips/2002-04/msg00031.html"/>.</para>
    128130
    129131<para>Kernel compilation has finished but more steps are required to complete
     
    165167owned by user <emphasis>root</emphasis>.</para>
    166168
    167 </sect2>
    168 
    169 
    170 <sect2 id="contents-kernel" role="content"><title>Contents of Linux</title>
     169</section>
     170
     171
     172<section xml:id="contents-kernel" role="content"><info><title>Contents of Linux</title></info>
    171173
    172174<segmentedlist>
     
    178180<variablelist><title>Short descriptions</title>
    179181
    180 <varlistentry id="kernel">
     182<varlistentry xml:id="kernel">
    181183<term>The <emphasis>kernel</emphasis></term>
    182184<listitem>
     
    191193</varlistentry>
    192194
    193 <varlistentry id="kernel-headers">
     195<varlistentry xml:id="kernel-headers">
    194196<term>The <emphasis>kernel headers</emphasis></term>
    195197<listitem>
     
    203205</varlistentry>
    204206
    205 <varlistentry id="System.map">
     207<varlistentry xml:id="System.map">
    206208<term><filename>System.map</filename></term>
    207209<listitem>
     
    213215</variablelist>
    214216
    215 </sect2>
    216 
    217 </sect1>
     217</section>
     218
     219</section>
Note: See TracChangeset for help on using the changeset viewer.