mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
d0080e261c
Modify the sections dealing with creating the 'fs' bnode to also mention how to create the 'dafs' bnode, and add an appendix explaining DAFS and the differences between DAFS and non-DAFS. Change-Id: I026405dbc3838a9a0247b85cbdc508d6be93275d Reviewed-on: http://gerrit.openafs.org/2508 Tested-by: Andrew Deason <adeason@sinenomine.net> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
70 lines
1.8 KiB
XML
70 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
<!ENTITY preface SYSTEM "auqbg003.xml">
|
|
<!ENTITY chapter1 SYSTEM "auqbg004.xml">
|
|
<!ENTITY chapter2 SYSTEM "auqbg005.xml">
|
|
<!ENTITY chapter3 SYSTEM "auqbg006.xml">
|
|
<!ENTITY chapter4 SYSTEM "auqbg007.xml">
|
|
<!ENTITY appendixA SYSTEM "auqbg008.xml">
|
|
<!ENTITY appendixB SYSTEM "appendix.xml">
|
|
<!ENTITY appendixC SYSTEM "appendix_dafs.xml">
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>OpenAFS Quick Start Guide for UNIX</title>
|
|
|
|
<copyright>
|
|
<year>2000-2009</year>
|
|
<holder>IBM Corporation and other contributors. All Rights Reserved</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
<para>This documentation is covered by the IBM Public License
|
|
Version 1.0.</para>
|
|
</legalnotice>
|
|
|
|
<revhistory>
|
|
&version;
|
|
</revhistory>
|
|
|
|
<abstract>
|
|
<para>This document describes the initial setup of an OpenAFS cell
|
|
and an OpenAFS client. It is currently being updated for OpenAFS
|
|
1.4.10 and is still dated and incorrect in some details. This
|
|
edition applies to OpenAFS for UNIX, Version 1.4.10, and to all
|
|
subsequent releases and modifications until otherwise indicated in
|
|
new editions.</para>
|
|
</abstract>
|
|
</bookinfo>
|
|
|
|
&preface;
|
|
&chapter1;
|
|
&chapter2;
|
|
&chapter3;
|
|
&chapter4;
|
|
&appendixA;
|
|
&appendixB;
|
|
&appendixC;
|
|
<index></index>
|
|
</book>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: xml
|
|
sgml-omittag:nil
|
|
sgml-shorttag:nil
|
|
sgml-namecase-general:nil
|
|
sgml-general-insert-case:lower
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:2
|
|
sgml-indent-data:nil
|
|
sgml-parent-document:nil
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|