summaryrefslogtreecommitdiff
path: root/build/templates/install.xml.template
blob: f572171b6dfb402ccac6e9c2e7c16353355bb39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version='1.0'?>
<!-- -*- DocBook -*- -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "/usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd" [
 <!ENTITY % sgml.features "IGNORE">
 <!ENTITY % xml.features  "INCLUDE">
 <!ENTITY % entities-path "##ENTPATH##">
 <!ENTITY % sources-path "##SRCPATH##">
 <!ENTITY % dbcent PUBLIC
      "-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
      "/usr/share/sgml/docbook/dtd/xml/4.2/dbcentx.mod"> %dbcent;
 <!ENTITY % dynamicdata    SYSTEM "../##TEMPDIR##/dynamic.ent"    > %dynamicdata;
 <!ENTITY % langdata       SYSTEM "##ENTPATH##/l10n/##LANG##.ent" > %langdata;
 <!ENTITY % commondata     SYSTEM "##ENTPATH##/common.ent"        > %commondata;
 <!ENTITY % urlsdata       SYSTEM "##ENTPATH##/urls.ent"          > %urlsdata;

 <!ENTITY % tftp-images    SYSTEM "##ENTPATH##/tftp-images.ent"   > %tftp-images;
 <!ENTITY % install-docs   SYSTEM "##ENTPATH##/install-docs.ent"  > %install-docs;
]>

<!-- retain these comments for translator revision tracking -->
<!-- $Id: install.en.xml 21636 2004-09-14 22:43:53Z fjpop-guest $ -->

<book lang="##LANG_ID##">

&bookinfo.xml;
&preface.xml;
<toc/>
&welcome.xml;
&hardware.xml;
&preparing.xml;
&install-methods.xml;
&boot-installer.xml;
&using-d-i.xml;
&boot-new.xml;
&post-install.xml;

<!--appendices-->

&installation-howto.xml;
&preseed.xml;
&partitioning.xml;
&random-bits.xml;
&administrivia.xml;
&gpl.xml;
</book>