[install-guide: 1/4] Changed logging section to an appendix, included as an appendix, and pulled intro from wiki

Pete Travis immanetize at fedoraproject.org
Fri Mar 30 06:32:37 UTC 2012


commit a4cff50e51434e7ba73046157b6d72fa8f71d360
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Thu Mar 29 20:21:31 2012 -0600

    Changed logging section to an appendix, included as an appendix, and pulled intro from wiki

 en-US/Installation_Guide.xml  |    2 ++
 en-US/logging-log_formats.xml |    3 +++
 en-US/logging-rsyslog.xml     |    3 +++
 en-US/logging-virtio.xml      |    5 ++++-
 en-US/logging.xml             |   33 ++++++++++++++++++++++++++++++---
 5 files changed, 42 insertions(+), 4 deletions(-)
---
diff --git a/en-US/Installation_Guide.xml b/en-US/Installation_Guide.xml
index 632e4fe..6b6d029 100644
--- a/en-US/Installation_Guide.xml
+++ b/en-US/Installation_Guide.xml
@@ -105,6 +105,8 @@
 		<xi:include href="Understanding_LVM.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 		<xi:include href="Grub.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 		<xi:include href="Boot_Init_Shutdown.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+		<!-- temporary include, for validation only -->
+		<xi:include href="logging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 		<xi:include href="techref.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	</part>
 	<xi:include href="Contributors_and_production_methods.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
diff --git a/en-US/logging-log_formats.xml b/en-US/logging-log_formats.xml
index 19d2a02..4f096c5 100644
--- a/en-US/logging-log_formats.xml
+++ b/en-US/logging-log_formats.xml
@@ -4,5 +4,8 @@
 %BOOK_ENTITIES;
 ]>
 <section id="anaconda_logging-logformats">
+  <title>
+    Log files and formats
+  </title>
   <para />
 </section>
\ No newline at end of file
diff --git a/en-US/logging-rsyslog.xml b/en-US/logging-rsyslog.xml
index f841e6a..80bf0d6 100644
--- a/en-US/logging-rsyslog.xml
+++ b/en-US/logging-rsyslog.xml
@@ -5,5 +5,8 @@
 ]>
 
 <section id="anaconda_logging-rsyslog">
+  <title>
+    Remote logging with rsyslog
+  </title>
   <para />
 </section>
\ No newline at end of file
diff --git a/en-US/logging-virtio.xml b/en-US/logging-virtio.xml
index 8347fda..c767000 100644
--- a/en-US/logging-virtio.xml
+++ b/en-US/logging-virtio.xml
@@ -4,6 +4,9 @@
 %BOOK_ENTITIES;
 ]>
 
-<section id="anaconda_logging-virtio"> 
+<section id="anaconda_logging-virtio">
+  <title>
+    Remote logging via virtio
+  </title>
   <para />
 </section>
\ No newline at end of file
diff --git a/en-US/logging.xml b/en-US/logging.xml
index f93540c..d45c34b 100644
--- a/en-US/logging.xml
+++ b/en-US/logging.xml
@@ -4,11 +4,38 @@
 %BOOK_ENTITIES;
 ]>
 
-<section id="anaconda_logging">
+<appendix id="anaconda_logging">
   <title>Logging the Installation</title>
-  <para />
+  <para>
+    <application>Anaconda</application> tracks all of its activities in logs. This includes:
+  </para>
+    <itemizedlist>
+      <listitem><para>
+	Changing installation steps. The steps roughly correspond to the different screens in the graphical installer.
+      </para></listitem>
+      <listitem><para>
+	Detection and manipulation of storage devices.
+      </para></listitem>
+      <listitem><para>
+	Installation media detection.
+      </para></listitem>
+      <listitem><para>
+	Network initialization.
+      </para></listitem>
+      <listitem><para>
+	Kernel messages
+      </para></listitem>
+      <listitem><para>
+	Calls to critical methods within <application>anaconda</application>.
+      </para></listitem>
+      <listitem><para>
+	Calls to external programs.
+      </para></listitem>
+    </itemizedlist>
+  
+
   <xi:include href="logging-log_formats.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
   <xi:include href="logging-rsyslog.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
   <xi:include href="logging-virtio.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
-</section>
\ No newline at end of file
+</appendix>
\ No newline at end of file


More information about the docs-commits mailing list