[install-guide: 3/4] added a table describing anaconda log files
by Pete Travis
commit fac76da53fc8af8c8f24307045348d85231df9c9
Author: Pete Travis <immanetize(a)fedoraproject.org>
Date: Fri Mar 30 00:31:40 2012 -0600
added a table describing anaconda log files
en-US/logging-log_formats.xml | 87 ++++++++++++++++++++++++++++++++++++++++-
1 files changed, 86 insertions(+), 1 deletions(-)
---
diff --git a/en-US/logging-log_formats.xml b/en-US/logging-log_formats.xml
index 4f096c5..3a29bfd 100644
--- a/en-US/logging-log_formats.xml
+++ b/en-US/logging-log_formats.xml
@@ -7,5 +7,90 @@
<title>
Log files and formats
</title>
- <para />
+ <section id="anaconda_logging-logformats-files">
+ <title>
+ Logging on the installed system
+ </title>
+ <para>
+ During the installation, logs are stored in the <filename>/tmp</filename> directory. After the installation, the files can be found in the <filename>/var/log/anaconda</filename> directory. Another set of logs is stored in in the <filename>/root</filename> directory of the target filesystem, and can be found at <filename>/mnt/sysimage/root</filename> during the installation. Some logs are also written to the virtual terminals.
+ </para>
+ <table frame="all" id="logfiles">
+ <title>
+ <application>anaconda</application> log files
+ </title>
+ <tgroup align="left" cols="3" colsep="1" rowsep="1">
+ <colspec colnum="1" colwidth="2*" colname="filename" />
+ <colspec colnum="2" colwidth="1*" colname="tty" />
+ <colspec colnum="3" colwidth="4*" colname="usage"/>
+ <thead>
+ <row>
+ <entry namest="filename" nameend="usage" align="center">
+ Logs in /tmp, /var/log/anaconda
+ </entry>
+ </row>
+ <row>
+ <entry>Filename</entry>
+ <entry>TTY</entry>
+ <entry>Usage</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><filename>anaconda.log</filename></entry>
+ <entry><filename>/dev/tty3</filename></entry>
+ <entry>General installation information, including the step changes.</entry>
+ </row>
+ <row>
+ <entry><filename>storage.log</filename></entry>
+ <entry><filename>/dev/tty3</filename></entry>
+ <entry>Detecton and manipulation of storage devices, including RAID, LVM, and partitioning actions.</entry>
+ </row>
+ <row>
+ <entry><filename>program.log</filename></entry>
+ <entry><!-- needs validation! "<filename>/dev/tty5</filename>" --></entry>
+ <entry>Calls to external programs, and their output.</entry>
+ </row>
+ <row>
+ <entry><filename>syslog</filename></entry>
+ <entry><filename>/dev/tty4</filename></entry>
+ <entry>Messages from the kernel and external programs, such as NetworkManager.</entry>
+ </row>
+ <row>
+ <entry><filename>yum.log</filename></entry>
+ <entry></entry>
+ <entry><application>Yum</application>'s internal log.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ <tgroup align="left" cols="3" colsep="1" rowsep="1">
+ <colspec colnum="1" colwidth="2*" colname="filename"/>
+ <colspec colnum="2" colwidth="5*" colname="usage"/>
+ <thead>
+ <row>
+ <entry namest="filename" nameend="usage">
+ Logs in /root, /mnt/sysimage/root
+ </entry>
+ </row>
+ <row>
+ <entry>Filename</entry>
+ <entry>Usage</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><filename>install.log</filename></entry>
+ <entry>The log of the package installation process</entry>
+ </row>
+ <row>
+ <entry><filename>install.log.syslog</filename></entry>
+ <entry>Messages from installation chroot logged through the system's syslog. Mostly information about users and groups created during yum's package installation.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+
+
+
</section>
\ No newline at end of file
11 years, 6 months
[install-guide: 1/4] Changed logging section to an appendix, included as an appendix, and pulled intro from wiki
by Pete Travis
commit a4cff50e51434e7ba73046157b6d72fa8f71d360
Author: Pete Travis <immanetize(a)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
11 years, 6 months
[install-guide] Noloader: consolidated TUI information to retain text installer guidance and remove repetition
by Jack Reed
commit 6f40046a9a11cdb3b2efa4a7bb97e8ab5809fe81
Author: Jack Reed <jreed(a)redhat.com>
Date: Fri Mar 30 14:42:11 2012 +1000
Noloader: consolidated TUI information to retain text installer guidance and remove repetition
en-US/Graphical_Installation-x86.xml | 2 +-
en-US/TUI-x86.xml | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/en-US/Graphical_Installation-x86.xml b/en-US/Graphical_Installation-x86.xml
index 0967fe8..9b53a29 100644
--- a/en-US/Graphical_Installation-x86.xml
+++ b/en-US/Graphical_Installation-x86.xml
@@ -27,7 +27,7 @@
</indexterm>
<xi:include href="Graphical_Installation_common-para-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- If you have used a graphical user interface (GUI) before... --> <xi:include href="Graphical_Installation_common-para-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- You can also navigate through the installation using the keyboard... --> <xi:include href="Graphical_Installation_User_Interface_x86-note-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <!-- You can also navigate through the installation using the keyboard... --> <!-- <xi:include href="Graphical_Installation_User_Interface_x86-note-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
<!-- If you are using an x86, AMD64, or Intel 64 system, and you do not... --> <xi:include href="Graphical_Installation_screenshots.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Anaconda allows you to take screenshots during the installation process. --> <section id="sn-guimode-virtual-consoles-x86">
<title>A Note about Virtual Consoles</title>
diff --git a/en-US/TUI-x86.xml b/en-US/TUI-x86.xml
index 7925138..11b78e9 100644
--- a/en-US/TUI-x86.xml
+++ b/en-US/TUI-x86.xml
@@ -5,7 +5,9 @@
]>
<section>
<xi:include href="TUI-common-title-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- The Text Mode Installation Program User Interface --> <important>
+ <!-- The Text Mode Installation Program User Interface --> <xi:include href="Graphical_Installation_common-important-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <!-- Important — Graphical installation recommended -->
+ <important>
<title>Important — Graphical Interface on the Installed System</title>
<para>
Installing in text mode does not prevent you from using a graphical interface on your system once it is installed.
@@ -27,8 +29,10 @@
</listitem>
<listitem>
<para>
- You choose the text mode installation from the boot menu
+ You choose the text mode installation by entering the following command at the <prompt>boot:</prompt> prompt
</para>
+<screen>
+<userinput>linux text</userinput></screen>
</listitem>
@@ -48,6 +52,9 @@
<para>
To configure options not available in text mode, consider using a boot option. For example, the <command>linux ip</command> option can be used to configure network settings. Refer to <xref linkend="sn-bootoptions-installer" /> for instructions.
</para>
+ <xi:include href="Graphical_Installation_common-note-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Graphical_Installation_common-section-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
</section>
11 years, 6 months
[install-guide] Noloader: replaced TUI with boot option in hard drive installation config
by Jack Reed
commit f76c10196b1d395870175bf86daa35624ade9ccc
Author: Jack Reed <jreed(a)redhat.com>
Date: Fri Mar 30 13:41:48 2012 +1000
Noloader: replaced TUI with boot option in hard drive installation config
en-US/Beginning_Installation_Hard_Disk-x86.xml | 5 ++---
...inning_Installation_Hard_Disk_common-para-1.xml | 4 +++-
...nning_Installation_Hard_Disk_common-para-10.xml | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/en-US/Beginning_Installation_Hard_Disk-x86.xml b/en-US/Beginning_Installation_Hard_Disk-x86.xml
index 77dc4aa..b4e182a 100644
--- a/en-US/Beginning_Installation_Hard_Disk-x86.xml
+++ b/en-US/Beginning_Installation_Hard_Disk-x86.xml
@@ -16,14 +16,13 @@
<xi:include href="Beginning_Installation_Hard_Disk_common-indexterm-9.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Beginning_Installation_Hard_Disk_common-indexterm-10.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- End index terms --> <xi:include href="Beginning_Installation_Hard_Disk_common-para-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- The Select Partition screen applies only if... --> <xi:include href="Beginning_Installation_Hard_Disk_x86_ppc-figure-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- Selecting Partition Dialog --> <xi:include href="Beginning_Installation_Hard_Disk_common-para-9.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <!-- The Select Partition screen applies only if... --> <xi:include href="Beginning_Installation_Hard_Disk_common-para-9.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Select the partition containing the ISO files from the... --> <xi:include href="Beginning_Installation_Hard_Disk_common-para-10.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Also specify the Directory holding images. Enter the full... --> <xi:include href="Beginning_Installation_Hard_Disk_common-table-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Location of ISO images for different partition types --> <xi:include href="Beginning_Installation_Hard_Disk_common-para-3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- If the ISO images are in the root (top-level) directory --> <xi:include href="Beginning_Installation_Hard_Disk_common-note-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- An entry without a leading slash may call the installation to fail. --> <para>
- Select <guibutton>OK</guibutton> to continue. Proceed with <xref linkend="ch-guimode-x86" />.
+ After entering the <command>linux repo=</command> boot command, proceed with <xref linkend="ch-guimode-x86" />.
</para>
</section>
diff --git a/en-US/Beginning_Installation_Hard_Disk_common-para-1.xml b/en-US/Beginning_Installation_Hard_Disk_common-para-1.xml
index 4057a41..6e5bb71 100644
--- a/en-US/Beginning_Installation_Hard_Disk_common-para-1.xml
+++ b/en-US/Beginning_Installation_Hard_Disk_common-para-1.xml
@@ -4,6 +4,8 @@
%BOOK_ENTITIES;
]>
<para>
- The <guilabel>Select Partition</guilabel> screen applies only if you are installing from a disk partition (that is, you selected <guimenuitem>Hard Drive</guimenuitem> in the <guilabel>Installation Method</guilabel> dialog). This dialog allows you to name the disk partition and directory from which you are installing Fedora. If you used the <literal>repo=hd</literal> boot option, you already specified a partition.
+ To specify a partition from which to install Fedora, use the <command>linux repo=</command> boot option:
+<screen>
+<userinput>linux repo=hd:<replaceable>device</replaceable></userinput></screen>
</para>
diff --git a/en-US/Beginning_Installation_Hard_Disk_common-para-10.xml b/en-US/Beginning_Installation_Hard_Disk_common-para-10.xml
index 39cb1e7..e6e7d1b 100644
--- a/en-US/Beginning_Installation_Hard_Disk_common-para-10.xml
+++ b/en-US/Beginning_Installation_Hard_Disk_common-para-10.xml
@@ -4,6 +4,6 @@
%BOOK_ENTITIES;
]>
<para>
- Also specify the <guilabel>Directory holding images</guilabel>. Enter the full directory path from the drive that contains the ISO image files. The following table shows some examples of how to enter this information:
+ Also specify the full directory path from the drive that contains the ISO image files. The following table shows some examples of how to enter this information:
</para>
11 years, 6 months
[install-guide] Began noloader edits. Removed redundant TUI sections and edited Installing from DVD
by Jack Reed
commit 9bd9f926b69ee3da273169cc2c652900289394d3
Author: Jack Reed <jreed(a)redhat.com>
Date: Fri Mar 30 11:39:04 2012 +1000
Began noloader edits. Removed redundant TUI sections and edited Installing from DVD
en-US/Beginning_Installation-x86.xml | 2 +-
...ical_Installation_User_Interface_x86-note-1.xml | 2 +-
en-US/Installation_Method-x86.xml | 19 ++-----------------
en-US/Installation_Phase_2-common-para-1.xml | 2 +-
en-US/Installation_Phase_2-common-title-1.xml | 2 +-
en-US/Installation_Phase_2-x86.xml | 4 ++--
6 files changed, 8 insertions(+), 23 deletions(-)
---
diff --git a/en-US/Beginning_Installation-x86.xml b/en-US/Beginning_Installation-x86.xml
index 4742420..b6c9a94 100644
--- a/en-US/Beginning_Installation-x86.xml
+++ b/en-US/Beginning_Installation-x86.xml
@@ -38,7 +38,7 @@
</indexterm>
<xi:include href="Beginning_Installation_x86_ppc-para-3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- If your DVD drive is not detected... --> <para>
- If the DVD drive is found and the driver loaded, the installer will present you with the option to perform a media check on the DVD. This will take some time, and you may opt to skip over this step. However, if you later encounter problems with the installer, you should reboot and perform the media check before calling for support. From the media check dialog, continue to the next stage of the installation process (refer to <xref linkend="sn-keyboard-x86" />).
+ If you later encounter problems with the installer, you should reboot and perform the media check by running the boot option <command>linux mediacheck</command> before seeking support.
</para>
</section>
diff --git a/en-US/Graphical_Installation_User_Interface_x86-note-1.xml b/en-US/Graphical_Installation_User_Interface_x86-note-1.xml
index ac2117a..f202fce 100644
--- a/en-US/Graphical_Installation_User_Interface_x86-note-1.xml
+++ b/en-US/Graphical_Installation_User_Interface_x86-note-1.xml
@@ -12,7 +12,7 @@
<screen>
<userinput>linux text</userinput></screen>
<para>
- Refer to <xref linkend="sn-boot-menu-x86" /> for a description of the Fedora boot menu and to <xref linkend="s1-guimode-textinterface-x86" /> for a brief overview of text mode installation instructions.
+ Refer to <xref linkend="sn-boot-menu-x86" /> for a description of the Fedora boot menu and to <xref linkend="ch-guimode-x86" /> for a brief overview of text mode installation instructions.
</para>
<xi:include href="Graphical_Installation_User_Interface_x86_ppc-note-para-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- It is highly recommended that installs... --> <xi:include href="Graphical_Installation_User_Interface_x86_ppc-note-para-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
diff --git a/en-US/Installation_Method-x86.xml b/en-US/Installation_Method-x86.xml
index 981cea8..7d8d01a 100644
--- a/en-US/Installation_Method-x86.xml
+++ b/en-US/Installation_Method-x86.xml
@@ -7,24 +7,9 @@
<xi:include href="Installation_Method_common-title.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Title: Language Selection --> <xi:include href="Installation_Method_common-indexterm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<para>
- If you booted the installation from minimal boot media,use the arrow keys on your keyboard to select an installation method (refer to <xref linkend="fig-installationmethod-x86" />). With your selected method highlighted, press the <keycap>Tab</keycap> key to move to the <guibutton>OK</guibutton> button and press the <keycap>Enter</keycap> key to confirm your choice.
+ If you are installing from DVD, additional configuration will not be required unless the DVD drive is not detected. If you booted the installation from minimal boot media, use a boot prompt to select an installation method.
</para>
- <figure float="0" id="fig-installationmethod-x86">
- <xi:include href="Installation_Method_common-title.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/installationmethod/method.png" format="PNG" />
- </imageobject>
- <textobject>
- <para>
- Installation method screen.
- </para>
-
- </textobject>
-
- </mediaobject>
-
- </figure>
+
<xi:include href="Beginning_Installation-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Installing from DVD --> <xi:include href="Beginning_Installation_Hard_Disk-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Installing from a Hard Drive --> <xi:include href="Beginning_Installation_Network-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
diff --git a/en-US/Installation_Phase_2-common-para-1.xml b/en-US/Installation_Phase_2-common-para-1.xml
index d454013..67e25c9 100644
--- a/en-US/Installation_Phase_2-common-para-1.xml
+++ b/en-US/Installation_Phase_2-common-para-1.xml
@@ -4,6 +4,6 @@
%BOOK_ENTITIES;
]>
<para>
- Before the graphical installation program starts, you need to configure the language and installation source.
+ Before the graphical installation program starts, you may need to configure the installation source depending on the method you are using.
</para>
diff --git a/en-US/Installation_Phase_2-common-title-1.xml b/en-US/Installation_Phase_2-common-title-1.xml
index 824b9d9..0c250db 100644
--- a/en-US/Installation_Phase_2-common-title-1.xml
+++ b/en-US/Installation_Phase_2-common-title-1.xml
@@ -3,5 +3,5 @@
<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
%BOOK_ENTITIES;
]>
-<title>Configuring Language and Installation Source</title>
+<title>Configuring Installation Source</title>
diff --git a/en-US/Installation_Phase_2-x86.xml b/en-US/Installation_Phase_2-x86.xml
index 718a122..c89eddd 100644
--- a/en-US/Installation_Phase_2-x86.xml
+++ b/en-US/Installation_Phase_2-x86.xml
@@ -6,10 +6,10 @@
<chapter id="ch-Installation_Phase_2-x86">
<xi:include href="Installation_Phase_2-common-title-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Configuring Language and Installation Source --> <xi:include href="Installation_Phase_2-common-para-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- Before the graphical installation program starts, you must choose a language --> <xi:include href="Graphical_Installation_x86-common-section-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <!-- Before the graphical installation program starts, you must choose a language --> <!-- <xi:include href="Graphical_Installation_x86-common-section-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
<!-- The Text Mode Installation Program User Interface
links to Graphical_Installation_common-section-2.xml:
- Using the Keyboard to Navigate --> <xi:include href="Language_Selection-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ Using the Keyboard to Navigate --> <!-- <xi:include href="Language_Selection-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
<!-- Language Selection --> <xi:include href="Installation_Method-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Installation Method --> <xi:include href="Verifying_Media.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Verifying Media -->
11 years, 6 months
[install-guide] Added skeleton file structure for section/chapter on anaconda logging.
by Pete Travis
commit 80b59b10480c6f577b6cb59dccf431e9c3600e68
Author: Pete Travis <immanetize(a)fedoraproject.org>
Date: Thu Mar 29 18:40:11 2012 -0600
Added skeleton file structure for section/chapter on anaconda logging.
en-US/logging-log_formats.xml | 8 ++++++++
en-US/logging-rsyslog.xml | 9 +++++++++
en-US/logging-virtio.xml | 9 +++++++++
en-US/logging.xml | 14 ++++++++++++++
4 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/en-US/logging-log_formats.xml b/en-US/logging-log_formats.xml
new file mode 100644
index 0000000..19d2a02
--- /dev/null
+++ b/en-US/logging-log_formats.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<section id="anaconda_logging-logformats">
+ <para />
+</section>
\ No newline at end of file
diff --git a/en-US/logging-rsyslog.xml b/en-US/logging-rsyslog.xml
new file mode 100644
index 0000000..f841e6a
--- /dev/null
+++ b/en-US/logging-rsyslog.xml
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+
+<section id="anaconda_logging-rsyslog">
+ <para />
+</section>
\ No newline at end of file
diff --git a/en-US/logging-virtio.xml b/en-US/logging-virtio.xml
new file mode 100644
index 0000000..8347fda
--- /dev/null
+++ b/en-US/logging-virtio.xml
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+
+<section id="anaconda_logging-virtio">
+ <para />
+</section>
\ No newline at end of file
diff --git a/en-US/logging.xml b/en-US/logging.xml
new file mode 100644
index 0000000..f93540c
--- /dev/null
+++ b/en-US/logging.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+
+<section id="anaconda_logging">
+ <title>Logging the Installation</title>
+ <para />
+ <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
11 years, 6 months