File: install.xml.template

package info (click to toggle)
installation-guide 20150423
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 34,752 kB
  • sloc: xml: 89,779; sh: 1,099; perl: 427; awk: 199; makefile: 117; python: 101
file content (46 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download | duplicates (5)
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>