summaryrefslogtreecommitdiff
path: root/src/install/installbook.xml
blob: b60bef8e4f0c049ff60b833c66eb0c7b2b1b161e (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
<?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">
]>
<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><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 me or 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>
    &chap1;
    &chap2;
    <!-- <xi:include href="3_install.xml" />
    <xi:include href="4_options.xml" />
    <xi:include href="5_commit.xml" />
    <xi:include href="6_notes.xml" />
    <xi:include href="a_arch.xml" />
    <xi:include href="b_help.xml" />
    <xi:include href="c_advanced.xml" /> -->
</book>