summaryrefslogtreecommitdiff
path: root/src/install/installbook.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-13 14:46:16 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-13 14:46:16 -0500
commit0ae192776ee7f257c3b3764912bf7318b3cba110 (patch)
tree9d284ce289ee47a08c30b49aa7a1600f9cd32b0b /src/install/installbook.xml
parentd0d6c0aca8e9b1313bde4b6b4cc935b0c187353c (diff)
downloaddocs-0ae192776ee7f257c3b3764912bf7318b3cba110.tar.gz
docs-0ae192776ee7f257c3b3764912bf7318b3cba110.tar.bz2
docs-0ae192776ee7f257c3b3764912bf7318b3cba110.tar.xz
docs-0ae192776ee7f257c3b3764912bf7318b3cba110.zip
install: Structure out the rest of the Handbook
Diffstat (limited to 'src/install/installbook.xml')
-rw-r--r--src/install/installbook.xml52
1 files changed, 41 insertions, 11 deletions
diff --git a/src/install/installbook.xml b/src/install/installbook.xml
index 2074230..c3f9e8b 100644
--- a/src/install/installbook.xml
+++ b/src/install/installbook.xml
@@ -5,6 +5,15 @@
<!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>
@@ -12,7 +21,7 @@
<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>
+ <copyright><year>2015</year><year>2018</year><year>2019</year><year>2020</year><holder>Adélie Linux</holder></copyright>
</bookinfo>
<preface>
<title>Preface</title>
@@ -22,14 +31,35 @@
<para>– A. Wilcox, 2019</para>
&helping;
</preface>
- &chap1;
- &chap2;
- &chap3;
- <!--
- <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" /> -->
+ <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>