install-guide fedora-install-guide-techref-en.xml, NONE, 1.1 Makefile, 1.15, 1.16 fedora-install-guide-adminoptions-en.xml, 1.1, 1.2 fedora-install-guide-en.xml, 1.31, 1.32

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Wed Dec 14 23:00:00 UTC 2005


Author: elliss

Update of /cvs/docs/install-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20651

Modified Files:
	Makefile fedora-install-guide-adminoptions-en.xml 
	fedora-install-guide-en.xml 
Added Files:
	fedora-install-guide-techref-en.xml 
Log Message:
- Added a first draft "Technical References" section, to address #173582
- Minor edits of Management Options section




--- NEW FILE fedora-install-guide-techref-en.xml ---
<!-- $Id: -->

<chapter id="ch-techref">
  <title>Appendix: Technical References</title>
  <para>
    This document provides a reference for using the &FED; installation
    software, known as <command>anaconda</command>. To learn more about
    <command>anaconda</command>, visit the project webpage:
    <ulink url="http://www.fedoraproject.org/wiki/Anaconda"/>.
  </para>
  <para>
    Both <command>anaconda</command> and &FED; systems use a common set
    of software components. For detailed information on key
    technologies, refer to the websites listed below:
  </para>
  <variablelist>
    <varlistentry>
      <term>Boot Loader</term>
      <listitem>
        <para>
          By default, &FED; uses the <command>GRUB</command> boot
          loader. Refer to
          <ulink url="http://www.gnu.org/software/grub/"/> for more
          information.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term>Disk Partitioning</term>
      <listitem>
        <para>
          &FED; uses <command>parted</command> to partition disks. Refer
          to <ulink url="http://www.gnu.org/software/parted/"/> for more
          information.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term>Graphics System</term>
      <listitem>
        <para>
          Both the installation system and &FED; itself use the
          <command>Xorg</command> suite to provide graphical displays.
          Refer to <ulink url="http://www.x.org/"/> for more
          information.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term>Remote Display</term>
      <listitem>
        <para>
          &FC; and <command>anaconda</command> include VNC to provide
          remote display capabilities. For more information about VNC,
          refer to the documentation on the RealVNC website
          <ulink url="http://www.realvnc.com/documentation/"/>.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term>Firewall</term>
      <listitem>
        <para>
          &FED; uses the <command>netfilter</command> framework. The
          Netfilter project website provides documentation for
          <command>netfilter</command>, and the
          <command>iptables</command> administration facilities:
          <ulink url="http://netfilter.org/documentation/index.html"/>.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term>Access Control</term>
      <listitem>
        <para>
          &SEL; provides Mandatory Access Control (MAC) capabilities
          that supplement the standard Linux security systems. Refer to
          the &SEL; FAQ for more information:
          <ulink url="http://fedora.redhat.com/docs/selinux-faq/"/>.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term>Software Installation</term>
      <listitem>
        <para>
          &FED; uses <command>yum</command> to manage the RPM packages
          that make up the system. Refer to
          <ulink url="http://fedora.redhat.com/docs/yum/"/> for more
          information.
        </para>
      </listitem>
    </varlistentry>
  </variablelist>
</chapter>

<!--
Local variables:
mode: xml
sgml-parent-document:("fedora-install-guide-en.xml" "book" "chapter")
fill-column: 72
End:
-->


Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile	12 Dec 2005 02:21:54 -0000	1.15
+++ Makefile	14 Dec 2005 22:59:52 -0000	1.16
@@ -14,7 +14,7 @@
 DOCBASE        	= fedora-install-guide
 
 define XMLEXTRAFILES_template
-XMLEXTRAFILES-$(1)=fedora-install-guide-abouttoinstall-$(1).xml fedora-install-guide-acknowledgements-$(1).xml fedora-install-guide-adminoptions-$(1).xml fedora-install-guide-beginninginstallation-$(1).xml fedora-install-guide-bootloader-$(1).xml fedora-install-guide-diskpartitioning-$(1).xml fedora-install-guide-$(1).xml fedora-install-guide-firstboot-$(1).xml fedora-install-guide-installingpackages-$(1).xml fedora-install-guide-intro-$(1).xml fedora-install-guide-locale-$(1).xml fedora-install-guide-networkconfig-$(1).xml fedora-install-guide-nextsteps-$(1).xml fedora-install-guide-other-instmethods-$(1).xml fedora-install-guide-packageselection-$(1).xml fedora-install-guide-rootpassword-$(1).xml fedora-install-guide-timezone-$(1).xml fedora-install-guide-upgrading-$(1).xml
+XMLEXTRAFILES-$(1)=fedora-install-guide-abouttoinstall-$(1).xml fedora-install-guide-acknowledgements-$(1).xml fedora-install-guide-adminoptions-$(1).xml fedora-install-guide-beginninginstallation-$(1).xml fedora-install-guide-bootloader-$(1).xml fedora-install-guide-diskpartitioning-$(1).xml fedora-install-guide-$(1).xml fedora-install-guide-firstboot-$(1).xml fedora-install-guide-installingpackages-$(1).xml fedora-install-guide-intro-$(1).xml fedora-install-guide-locale-$(1).xml fedora-install-guide-networkconfig-$(1).xml fedora-install-guide-nextsteps-$(1).xml fedora-install-guide-other-instmethods-$(1).xml fedora-install-guide-packageselection-$(1).xml fedora-install-guide-rootpassword-$(1).xml fedora-install-guide-techref-$(1).xml  fedora-install-guide-timezone-$(1).xml fedora-install-guide-upgrading-$(1).xml
 endef
 
 $(foreach LANG,${LANGUAGES},$(eval $(call XMLEXTRAFILES_template,${LANG})))


Index: fedora-install-guide-adminoptions-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-adminoptions-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fedora-install-guide-adminoptions-en.xml	12 Dec 2005 02:21:54 -0000	1.1
+++ fedora-install-guide-adminoptions-en.xml	14 Dec 2005 22:59:52 -0000	1.2
@@ -46,28 +46,8 @@
       </para>
     </section>
 
-    <section id="sn-mode-expert">
-      <title>Installing &FC; with Expert Mode</title>
-
-      <para>
-        The expert mode enables you to run the installation process with
-        additional options for hardware configuration.
-      </para>
-
-      <para>
-        To run the installation process in expert mode, enter:
-      </para>
-<screen>
-  <userinput>linux expert</userinput>
-</screen>
-      <para>
-        <remark role="FIXME">This is untested.
-      </remark>
-      </para>
-    </section>
-
     <section id="sn-automating-installation">
-      <title>Automating the Installation</title>
+      <title>Automating the Installation with Kickstart</title>
 
       <para>
         <remark role="FIXME">Kickstart.
@@ -85,7 +65,7 @@
     </section>
 
     <section id="sn-bootoptions-interface">
-      <title>Interface Options</title>
+      <title>Configuring the Installation Interface</title>
 
       <para>
         To run the installation process in text mode, enter:
@@ -107,6 +87,26 @@
       </remark>
       </para>
     </section>
+
+    <section id="sn-mode-expert">
+      <title>Installing &FC; with Expert Mode</title>
+
+      <para>
+        The expert mode enables you to run the installation process with
+        additional options for hardware configuration.
+      </para>
+
+      <para>
+        To run the installation process in expert mode, enter:
+      </para>
+<screen>
+  <userinput>linux expert</userinput>
+</screen>
+      <para>
+        <remark role="FIXME">This is untested.
+      </remark>
+      </para>
+    </section>
   </section>
   <section id="sn-memtest">
     <title>Performing a Memory (RAM) Test</title>
@@ -124,7 +124,7 @@
       To load the <command>memtest86</command> memory test utility,
       enter <userinput>memtest86</userinput> at the
       <prompt>boot:</prompt>
-      . The utility immediately starts the first test. By default,
+      prompt. The utility immediately starts the first test. By default,
       <command>memtest86</command> carries out a total of ten tests.
     </para>
 


Index: fedora-install-guide-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-en.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- fedora-install-guide-en.xml	12 Dec 2005 02:21:54 -0000	1.31
+++ fedora-install-guide-en.xml	14 Dec 2005 22:59:52 -0000	1.32
@@ -6,8 +6,8 @@
 
 <!ENTITY DOCNAME "fedora-install-guide">
 <!ENTITY DOCLANG "en">
-<!ENTITY DOCVERSION "1.0.7">
-<!ENTITY DOCDATE "2005-12-12">
+<!ENTITY DOCVERSION "1.0.8">
+<!ENTITY DOCDATE "2005-12-14">
 <!ENTITY BOOKID "&DOCNAME;-&DOCLANG;-&DOCVERSION; (&DOCDATE;)">
 
 <!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml">
@@ -15,7 +15,7 @@
 <!-- Bugzilla bug number for the draft notice -->
 <!ENTITY BUG-NUM "129911">
 <!ENTITY FCLOCALVER "5">
-<!ENTITY DOCLOCALVER "1.0.7"> <!-- what's this for again? -->
+<!ENTITY DOCLOCALVER "1.0.8"> <!-- what's this for again? -->
 
 
 <!ENTITY INTRODUCTION SYSTEM "fedora-install-guide-intro-en.xml">
@@ -34,6 +34,7 @@
 <!ENTITY FIRSTBOOT SYSTEM "fedora-install-guide-firstboot-en.xml">
 <!ENTITY NEXTSTEPS SYSTEM "fedora-install-guide-nextsteps-en.xml">
 <!ENTITY ADMINOPTIONS SYSTEM "fedora-install-guide-adminoptions-en.xml">
+<!ENTITY TECHREF SYSTEM "fedora-install-guide-techref-en.xml">
 <!ENTITY ACKNOWLEDGEMENTS SYSTEM "fedora-install-guide-acknowledgements-en.xml">
 
 ]>
@@ -185,6 +186,16 @@
           </para>
         </revdescription>
       </revision>
+      <revision>
+        <revnumber>1.0.8</revnumber>
+        <date>2005-12-14</date>
+        <authorinitials>StuartEllis</authorinitials>
+        <revdescription>
+          <para>
+            Added Technical References section.
+          </para>
+        </revdescription>
+      </revision>
     </revhistory>
   </bookinfo>
 
@@ -220,6 +231,8 @@
 
   &ADMINOPTIONS;
 
+  &TECHREF;
+
   &ACKNOWLEDGEMENTS;
 
   <index id="generated-index">




More information about the docs-commits mailing list