summaryrefslogtreecommitdiff
path: root/src/install/installbook.xml
blob: c3f9e8bf93cf1cbb413091c0baf541c277e9a468 (plain) (blame)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
               "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
	       <!ENTITY helping SYSTEM "../common/helping_hands.xml">
               <!ENTITY chap1 SYSTEM "1_begin.xml">
               <!ENTITY chap2 SYSTEM "2_req.xml">
               <!ENTITY chap3 SYSTEM "3_beginning.xml">
               <!ENTITY chap4 SYSTEM "4_options.xml">
               <!ENTITY chap5 SYSTEM "5_commit.xml">
               <!ENTITY chap6 SYSTEM "6_notes.xml">
               <!ENTITY chap7 SYSTEM "7_scripts.xml">
               <!ENTITY chap8 SYSTEM "8_network.xml">
               <!ENTITY chap9 SYSTEM "9_image.xml">
               <!ENTITY appA SYSTEM "a_arch.xml">
               <!ENTITY appB SYSTEM "b_help.xml">
               <!ENTITY appC SYSTEM "c_advanced.xml">
]>
<book>
    <bookinfo>
        <title>Adélie Linux 1.0 Installation Handbook</title>
        <author>
            <personname><firstname>A.</firstname><surname>Wilcox</surname></personname>
        </author>
        <copyright><year>2015</year><year>2018</year><year>2019</year><year>2020</year><holder>Adélie Linux</holder></copyright>
    </bookinfo>
    <preface>
        <title>Preface</title>
        <para>This Installation Handbook is the full, official documentation for installing Adélie Linux 1.0 on a supported computer, including special architecture-specific notes and a bootstrap installation from another distribution.  It was initially drafted with a section outline in 2015, before the distribution itself was even created.  It is hoped by the author that you find this handbook easy to understand and read.</para>
        <para>Many contributed to the final version of the Handbook.  This includes <personname><othername>[[sroracle]]</othername></personname> and <personname><othername>smaeul</othername></personname> on the Adélie IRC channel, whom tested the instructions on their machines and reported omissions and corrections.  <!-- more.. --></para>
        <para>Please feel free to contact the Adélie Linux community if you have any suggestions on how to make this handbook better.  We'd love to hear from you, and we hope you enjoy using our distribution.</para>
        <para> A. Wilcox, 2019</para>
	&helping;
    </preface>
    <part label="I" id="user">
        <title>Installing to a Single Computer</title>
        <partintro>
            <para>The chapters in Part I describe how to install Adélie Linux to a single computer.  Most users will use this part.
                You should refer to Part II if you are deploying Adélie Linux in a large environment using the Horizon system.</para>
        </partintro>
        &chap1;
        &chap2;
        &chap3;
        &chap4;
        &chap5;
        &chap6;
    </part>
    <part label="II" id="deploy">
        <title>Deploying Adélie Linux</title>
        <partintro>
            <para>The chapters in Part II describe how to use the Horizon system to deploy Adélie Linux, or another APK-based Linux distribution, to multiple systems.</para>
        </partintro>
        &chap7;
        &chap8;
        &chap9;
    </part>
    <part label="III" id="appendices">
        <title>Appendices</title>
        <partintro>
            <para>These chapters contain ancillary information for users and administrators installing Adélie Linux.</para>
        </partintro>
        &appA;
        &appB;
        &appC;
    </part>
</book>