install-guide fedora-install-guide-adminoptions-en.xml, 1.7, 1.8 fedora-install-guide-en.xml, 1.39, 1.40 fedora-install-guide-firstboot-en.xml, 1.17, 1.18 fedora-install-guide-packageselection-en.xml, 1.16, 1.17 rpm-info.xml, 1.4, 1.5

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Thu Jan 26 00:15:47 UTC 2006


Author: elliss

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

Modified Files:
	fedora-install-guide-adminoptions-en.xml 
	fedora-install-guide-en.xml 
	fedora-install-guide-firstboot-en.xml 
	fedora-install-guide-packageselection-en.xml rpm-info.xml 
Log Message:
- Updated Package Selection section to match test2 screen.
- Broke Boot Options section on configuring the installation system into subsections for clarity.
- Amended Boot Options section to cover rescue discs.
- Minor style edit of text describing firewall configuration.



Index: fedora-install-guide-adminoptions-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-adminoptions-en.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fedora-install-guide-adminoptions-en.xml	23 Jan 2006 23:24:09 -0000	1.7
+++ fedora-install-guide-adminoptions-en.xml	26 Jan 2006 00:15:39 -0000	1.8
@@ -3,8 +3,8 @@
 <chapter id="ch-admin-options">
   <title>Appendix: Boot Options</title>
   <para>
-    The &FED; installation system includes a range of options and
-    functions for administrators. To use boot options, enter
+    The &FED; installation system includes a range of functions and
+    options for administrators. To use boot options, enter
     <userinput>linux <replaceable>option</replaceable></userinput> at
     the
     <prompt>boot:</prompt>
@@ -17,6 +17,16 @@
 <screen>
 <userinput>linux <replaceable>option1</replaceable> <replaceable>option2</replaceable> <replaceable>option3</replaceable></userinput>
 </screen>
+  <note>
+    <title>Rescue Mode</title>
+
+    <para>
+      The &FED; installation and <firstterm>rescue discs</firstterm> may
+      either boot with <firstterm>rescue mode</firstterm> , or load the
+      installation system. For more information on rescue discs and
+      rescue mode, refer to <xref linkend="sn-mode-rescue"/>.
+    </para>
+  </note>
   <section id="sn-bootoptions-installer">
     <title>Configuring the Installation System</title>
 
@@ -31,6 +41,11 @@
     <itemizedlist>
       <listitem>
         <para>
+          Language
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           Display resolution
         </para>
       </listitem>
@@ -50,59 +65,80 @@
         </para>
       </listitem>
     </itemizedlist>
-<!-- SE: May want to add the lang=language_code option to this section as well. -->
-    <para>
-      You may force the installation system to use the lowest possible
-      screen resolution (640x480) with the <option>lowres</option>
-      option. To use a specific display resolution, enter
-      <option>resolution=<replaceable>setting</replaceable></option> as
-      a boot option. For example, to set the display resolution to
-      1024x768, enter:
-    </para>
+
+    <section id="sn-boot-options-language">
+      <title>Specifying the Language</title>
+
+      <para>
+        To set the language for the installation process screens,
+        specify the ISO code for that language with the
+        <option>lang</option> option. For example, the ISO code
+        <userinput>fr</userinput> identifies the French language:
+      </para>
+<screen>
+<userinput>linux lang=<replaceable>fr</replaceable></userinput>
+</screen>
+    </section>
+
+    <section id="sn-boot-options-interface">
+      <title>Configuring the Interface</title>
+
+      <para>
+        You may force the installation system to use the lowest possible
+        screen resolution (640x480) with the <option>lowres</option>
+        option. To use a specific display resolution, enter
+        <option>resolution=<replaceable>setting</replaceable></option>
+        as a boot option. For example, to set the display resolution to
+        1024x768, enter:
+      </para>
 <screen>
 <userinput>linux resolution=<replaceable>1024x768</replaceable></userinput>
 </screen>
-    <para>
-      To run the installation process in <option>text</option> mode,
-      enter:
-    </para>
+      <para>
+        To run the installation process in <option>text</option> mode,
+        enter:
+      </para>
 <screen>
   <userinput>linux text</userinput>
 </screen>
-    <para>
-      To enable support for a serial console, enter
-      <option>serial</option> as an additional option.
-    </para>
+      <para>
+        To enable support for a serial console, enter
+        <option>serial</option> as an additional option.
+      </para>
+    </section>
 
-    <para>
-      Use the <option>askmethod</option> option to display additional
-      menus that enable you to specify the installation method network
-      settings. You may also configure the installation method and
-      network settings at the
-      <prompt>boot:</prompt>
-      prompt itself.
-    </para>
+    <section id="sn-boot-options-installmethod">
+      <title>Specifying the Installation Method</title>
 
-    <para>
-      To specify the installation method from the
-      <prompt>boot:</prompt>
-      prompt, use the <option>method</option> option. Refer to
-      <xref linkend="tb-installmethods"/> for the supported installation
-      methods.
-    </para>
-    <table id="tb-installmethods">
-      <title>Installation Methods</title>
-      <tgroup cols="2">
-        <colspec colnum="1" colname="Installation Method"/>
-        <colspec colnum="2" colname="Option Format"/>
-        <thead>
-          <row>
+      <para>
+        Use the <option>askmethod</option> option to display additional
+        menus that enable you to specify the installation method and
+        network settings. You may also configure the installation method
+        and network settings at the
+        <prompt>boot:</prompt>
+        prompt itself.
+      </para>
+
+      <para>
+        To specify the installation method from the
+        <prompt>boot:</prompt>
+        prompt, use the <option>method</option> option. Refer to
+        <xref linkend="tb-installmethods"/> for the supported
+        installation methods.
+      </para>
+      <table id="tb-installmethods">
+        <title>Installation Methods</title>
+        <tgroup cols="2">
+          <colspec colnum="1" colname="Installation Method"/>
+          <colspec colnum="2" colname="Option Format"/>
+          <thead>
+            <row>
 <entry>Installation Method</entry>
 <entry>Option Format</entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
+            </row>
+          </thead>
+          <tbody>
+            <row>
 <entry>
                 <para>
                   CD or DVD drive
@@ -113,8 +149,8 @@
                   <option>method=<replaceable>cdrom</replaceable></option>
                 </para>
               </entry>
-          </row>
-          <row>
+            </row>
+            <row>
 <entry>
                 <para>
                   Hard Drive
@@ -125,8 +161,8 @@
                   <option>method=<replaceable>hd://device/</replaceable></option>
                 </para>
               </entry>
-          </row>
-          <row>
+            </row>
+            <row>
 <entry>
                 <para>
                   HTTP Server
@@ -137,8 +173,8 @@
                   <option>method=<replaceable>http://server.example.com/directory/</replaceable></option>
                 </para>
               </entry>
-          </row>
-          <row>
+            </row>
+            <row>
 <entry>
                 <para>
                   FTP Server
@@ -149,8 +185,8 @@
                   <option>method=<replaceable>ftp://server.example.com/directory/</replaceable></option>
                 </para>
               </entry>
-          </row>
-          <row>
+            </row>
+            <row>
 <entry>
                 <para>
                   NFS Server
@@ -161,37 +197,44 @@
                   <option>method=<replaceable>nfs:server.example.com:/directory/</replaceable></option>
                 </para>
               </entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </table>
-    <para>
-      By default, the installation system uses DHCP to automatically
-      obtain the correct network settings. To manually configure the
-      network settings yourself, either enter them in the
-      <guilabel>Configure TCP/IP</guilabel> screen, or at the
-      <prompt>boot:</prompt>
-      prompt. You may specify the <option>ip</option> address,
-      <option>netmask</option>, <option>gateway</option>, and
-      <option>dns</option> server settings for the installation system
-      at the prompt. If you specify the network configuration at the
-      <prompt>boot:</prompt>
-      prompt, these settings are used for the installation process, and
-      the <guilabel>Configure TCP/IP</guilabel> screen does not appear.
-    </para>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+    </section>
 
-    <para>
-      This example configures the network settings for an installation
-      system that uses the IP address
-      <systemitem class="ipaddress">192.168.1.10</systemitem>:
-    </para>
+    <section id="sn-boot-options-network">
+      <title>Manually Configuring the Network Settings</title>
+
+      <para>
+        By default, the installation system uses DHCP to automatically
+        obtain the correct network settings. To manually configure the
+        network settings yourself, either enter them in the
+        <guilabel>Configure TCP/IP</guilabel> screen, or at the
+        <prompt>boot:</prompt>
+        prompt. You may specify the <option>ip</option> address,
+        <option>netmask</option>, <option>gateway</option>, and
+        <option>dns</option> server settings for the installation system
+        at the prompt. If you specify the network configuration at the
+        <prompt>boot:</prompt>
+        prompt, these settings are used for the installation process,
+        and the <guilabel>Configure TCP/IP</guilabel> screen does not
+        appear.
+      </para>
+
+      <para>
+        This example configures the network settings for an installation
+        system that uses the IP address
+        <systemitem class="ipaddress">192.168.1.10</systemitem>:
+      </para>
 <screen>
 <userinput>linux ip=<replaceable>192.168.1.10</replaceable> netmask=<replaceable>255.255.255.0</replaceable> gateway=<replaceable>192.168.1.1</replaceable> dns=<replaceable>192.168.1.2,192.168.1.3</replaceable></userinput>
 </screen>
+    </section>
   </section>
   <section id="sn-remote-installation">
     <title>Enabling Remote Access to the Installation System</title>
-<!-- SE: Note that there is also a "display" option that redirects anaconda's X display to an X server on another system. -->
+
     <para>
       You may access either graphical or text interfaces for the
       installation system from any other system. Access to a text mode
@@ -325,8 +368,9 @@
       <prompt>boot:</prompt>
       prompt:
     </para>
+<!--SE: The "text" option is necessary to stop the installer switching to graphical mode and losing the telnet interface. Possibly a bug. -->
 <screen>
-<userinput>linux telnet</userinput>
+<userinput>linux text telnet</userinput>
 </screen>
     <para>
       You may then connect to the installation system with the
@@ -337,10 +381,16 @@
 <screen>
 <userinput>telnet computer.mydomain.com</userinput>
 </screen>
-    <para>
-      <remark role="FIXME">No password option for telnet ? 
-      </remark>
-    </para>
+    <caution>
+      <title>Telnet Access Requires No Password</title>
+
+      <para>
+        To ensure the security of the installation process, only use the
+        <option>telnet</option> option to install systems on networks
+        with restricted access.
+      </para>
+    </caution>
+<!-- SE: Note that there is also a "display" option that redirects anaconda's X display to an X server on another system. There is also a "syslog" option to route logging to a remote system. -->
   </section>
   <section id="sn-automating-installation">
     <title>Automating the Installation with Kickstart</title>
@@ -509,7 +559,7 @@
 
     <section id="sn-bootoptions-driverdisks">
       <title>Adding Hardware Support with Driver Disks</title>
-<!-- SE: This section is untested. -->
+<!-- SE: This section is untested - there seem to be very few driver disks for Fedora. -->
       <para>
         The installation system may load drivers from disks, pen drives,
         or network servers to configure support for new devices. After
@@ -731,7 +781,7 @@
             <row>
 <entry>
                   <para>
-                    Disable Direct Memory Access (DMA) for storage
+                    Disable Direct Memory Access (DMA) for IDE drives
                   </para>
                 </entry>
 <entry>
@@ -845,7 +895,7 @@
     <title>Using the Maintenance Boot Modes</title>
 
     <section id="sn-memtest">
-      <title>Memory (RAM) Testing Mode</title>
+      <title>Loading the Memory (RAM) Testing Mode</title>
 
       <para>
         Faults in memory modules may cause your system to freeze or
@@ -871,51 +921,36 @@
     </section>
 
     <section id="sn-mode-rescue">
-      <title>Booting Your Computer with Rescue Mode</title>
+      <title>Booting Your Computer with the Rescue Mode</title>
 
       <para>
-        You may use the first installation disc to boot a command-line
-        Linux system, without installing &FED; on the computer. This
-        rescue system may access the drives on your computer. Rescue
-        mode enables you to use the utilities and functions of a running
-        system to modify or repair an installed system.
+        You may boot a command-line Linux system from either a rescue
+        disc or the first installation disc, without installing &FED; on
+        the computer. This enables you to use the utilities and
+        functions of a running Linux system to modify or repair an
+        installed system.
       </para>
 
       <para>
-        To load the rescue mode, enter:
+        The rescue disc starts the rescue mode system by default. To
+        load the rescue system with the first installation disc, enter:
       </para>
 <screen>
  <userinput>linux rescue</userinput>
 </screen>
       <para>
         Specify the language, keyboard layout and network settings for
-        the rescue system with the screens that follow.
-      </para>
-
-      <para>
-        <remark role="FIXME">Add a note that the boot and rescue CDs also have this facility. 
-      </remark>
-      </para>
-    </section>
-<!-- SE: To be useful, this needs an explanation of how it differs from providing driver disks.
-
-    <section id="sn-mode-expert">
-      <title>Installing &FC; with Expert Mode</title>
-
-      <para>
-        The <option>expert</option> mode enables you to run the
-        installation process with additional options for hardware
-        configuration.
+        the rescue system with the screens that follow. The final setup
+        screen configures access to the existing system on your
+        computer.
       </para>
 
       <para>
-        To run the installation process in expert mode, enter:
+        By default, rescue mode attaches an existing operating system to
+        the rescue system under the directory
+        <filename>/mnt/sysimage/</filename>.
       </para>
-<screen>
-  <userinput>linux expert</userinput>
-</screen>
     </section>
--->
   </section>
 </chapter>
 


Index: fedora-install-guide-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-en.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- fedora-install-guide-en.xml	23 Jan 2006 23:24:09 -0000	1.39
+++ fedora-install-guide-en.xml	26 Jan 2006 00:15:39 -0000	1.40
@@ -6,14 +6,14 @@
 
 <!ENTITY DOCNAME "fedora-install-guide">
 <!ENTITY DOCLANG "en">
-<!ENTITY DOCVERSION "1.14">
-<!ENTITY DOCDATE "2006-01-23">
+<!ENTITY DOCVERSION "1.15">
+<!ENTITY DOCDATE "2006-01-26">
 <!ENTITY DOCID "&DOCNAME;-&DOCLANG;-&DOCVERSION; (&DOCDATE;)">
 
 <!-- Bugzilla bug number for the draft notice -->
 <!ENTITY BUG-NUM "129911">
 <!ENTITY FCLOCALVER "5">
-<!ENTITY DOCLOCALVER "1.14"> <!-- what's this for again? -->
+<!ENTITY DOCLOCALVER "1.15"> <!-- what's this for again? -->
 <!ENTITY FDP-INFO SYSTEM "fdp-info-en.xml" >
 
 <!ENTITY INTRODUCTION SYSTEM "fedora-install-guide-intro-en.xml">


Index: fedora-install-guide-firstboot-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-firstboot-en.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- fedora-install-guide-firstboot-en.xml	23 Jan 2006 23:24:09 -0000	1.17
+++ fedora-install-guide-firstboot-en.xml	26 Jan 2006 00:15:39 -0000	1.18
@@ -118,18 +118,17 @@
 
     <para>
       To enable access to other services, enter the required ports in
-      the <guilabel>Other ports:</guilabel> field. For each port,
-      specify the port number followed by the connection type, in the
-      format
+      the <guilabel>Other ports:</guilabel> field. For each port, you
+      must specify the port as TCP or UDP, in addition to the port
+      number. Use the format
       <userinput><replaceable>portnumber</replaceable>:<replaceable>type</replaceable></userinput>.
       The majority of services use TCP ports.
     </para>
 
     <para>
-      For example, to allow other systems to access mail with the
-      <systemitem class="protocol">IMAP</systemitem> protocol, which may
-      use both TCP port 143 and TCP port 993, enter <userinput>143:tcp,
-      993:tcp</userinput>.
+      For example, enter <userinput>143:tcp, 993:tcp</userinput> to
+      allow users to access mail from other systems with the IMAP
+      protocol, which may use both TCP port 143 and TCP port 993.
     </para>
 
     <para>


Index: fedora-install-guide-packageselection-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-packageselection-en.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fedora-install-guide-packageselection-en.xml	4 Dec 2005 23:15:24 -0000	1.16
+++ fedora-install-guide-packageselection-en.xml	26 Jan 2006 00:15:39 -0000	1.17
@@ -2,147 +2,92 @@
 
 <chapter id="ch-packageselection">
   <title>Package Selection</title>
-  <warning>
-    <title>Obsolete</title>
-
-    <para>
-      &FC; &FCLOCALVER; will have a new package selection interface. This
-      has not been completed for test1. The content in this section will
-      be replaced after test2.
-    </para>
-  </warning>
   <para>
-    &FED; uses the installation type to select a set of software
-    packages for your system. Refer to
-    <xref linkend="ch-installtypes"
-    /> for more information. You can
-    accept this default set of packages, or customize it to fit your
-    preferences. If you choose the <guilabel>Custom</guilabel>
-    installation type, &FED; displays the screen for <guilabel>Package
-    Group Selection</guilabel> automatically.
+    By default, the &FED; installation process loads a selection of
+    software that is suitable for a desktop system. This screen enables
+    you to customize the set of software to match your requirements.
+  </para>
+  <para>
+    &FED; divides included software into
+    <indexterm>
+      <primary>package groups</primary>
+    </indexterm>
+    <firstterm>package groups</firstterm>. For ease of use, this screen
+    displays the package groups in six categories:
+  </para>
+  <figure id="fig-package-selection">
+    <title>Package Group Selection Screen</title>
+    <mediaobject>
+      <imageobject>
+        <imagedata align="center" fileref="./figs/package-selection.eps" format="EPS"/>
+      </imageobject>
+      <imageobject>
+        <imagedata align="center" fileref="./figs/package-selection.png" format="PNG"/>
+      </imageobject>
+      <textobject>
+        <phrase>
+	    Package group selection screen.
+	  </phrase>
+      </textobject>
+    </mediaobject>
+  </figure>
+  <para>
+    To view the package groups for a category, select the category from
+    the list on the left. The list on the right displays the package
+    groups for the currently selected category.
+  </para>
+  <para>
+    To specify a package group for installation, select the checkbox
+    next to the group. The box at the bottom of the screen displays the
+    details of the package group that is currently highlighted.
+    <emphasis>None</emphasis> of the packages from a group will be
+    installed unless the checkbox for that group is selected.
   </para>
+  <para>
+    If you select a package group, &FED; automatically installs the base
+    and mandatory packages for that group. To change which optional
+    packages within a selected group will be installed, select the
+    <guibutton>Optional Packages</guibutton> button under the
+    description of the group. Change the selection of
+    <guibutton>Optional Packages</guibutton> by using the checkbox next
+    to the name of the individual package.
+  </para>
+  <figure id="fig-package-selection-details">
+    <title>Package Group Details Dialog</title>
+    <mediaobject>
+      <imageobject>
+        <imagedata align="center" fileref="./figs/package-selection-details.eps" format="EPS"/>
+      </imageobject>
+      <imageobject>
+        <imagedata align="center" fileref="./figs/package-selection-details.png" format="PNG"/>
+      </imageobject>
+      <textobject>
+        <phrase>
+	    Package group details dialog.
+	  </phrase>
+      </textobject>
+    </mediaobject>
+  </figure>
   <tip>
     <title>Changing Your Mind</title>
     <para>
-      The installation type and packages that you select are not
-      permanent. After you boot your system, use the
-      <application>Package Management</application> tool to make
+      The packages that you select are not permanent. After you boot
+      your system, use the <application>pirut</application> tool to make
       different software selections for your system. To run this tool,
-      from the main menu, select <menuchoice> <guimenu>System</guimenu>
-      <guisubmenu>Administration</guisubmenu> <guimenuitem>Add/Remove
-      Applications</guimenuitem> </menuchoice>.
+      from the main menu, select <menuchoice>
+      <guimenu>Applications</guimenu> <guisubmenu>System
+      Tools</guisubmenu> <guimenuitem>Add/Remove Software</guimenuitem>
+      </menuchoice>.
     </para>
   </tip>
-  <section id="sn-defaultpackages">
-    <title>Package Installation Defaults</title>
-
-    <para>
-      A summary of the default package selection is displayed.
-    </para>
-    <figure id="fig-package-default">
-      <title>Package Installation Defaults Screen</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata align="center" fileref="./figs/package-default.eps" format="EPS"/>
-        </imageobject>
-        <imageobject>
-          <imagedata align="center" fileref="./figs/package-default.png" format="PNG"/>
-        </imageobject>
-        <textobject>
-          <phrase>
-	    Package installation defaults screen.
-	  </phrase>
-        </textobject>
-      </mediaobject>
-    </figure>
-    <para>
-      To accept the default package selection, select <guilabel>Install
-      the default software packages</guilabel>. Select
-      <guilabel>Next</guilabel> to continue, and proceed to
-      <xref
-	linkend="ch-abouttoinstall" />.
-    </para>
-
-    <para>
-      To view or change the packages, select <guilabel>Customize
-      software packages to be installed</guilabel>. Select
-      <guilabel>Next</guilabel> to continue, and proceed to
-      <xref
-	linkend="sn-packagegroups" />.
-    </para>
-  </section>
-  <section id="sn-packagegroups">
-    <title>Package Group Selection</title>
-
-    <para>
-      &FC; divides included software into <indexterm>
-      <primary>package groups</primary>
-      </indexterm> <firstterm>package groups</firstterm> that make
-      software selection easier.
-    </para>
-    <figure id="fig-package-selection">
-      <title>Package Group Selection Screen</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata align="center" fileref="./figs/package-selection.eps" format="EPS"/>
-        </imageobject>
-        <imageobject>
-          <imagedata align="center" fileref="./figs/package-selection.png" format="PNG"/>
-        </imageobject>
-        <textobject>
-          <phrase>
-	    Package group selection screen.
-	  </phrase>
-        </textobject>
-      </mediaobject>
-    </figure>
-    <para>
-      The default groups for the chosen installation type are already
-      selected. Select or remove any group of packages as desired.
-      <emphasis>None</emphasis> of the packages from a group will be
-      installed unless the checkbox next to the group is selected.
-    </para>
-
-    <para>
-      To change which packages within a selected group will be
-      installed, select the <guilabel>Details</guilabel> link next to
-      the name of the group. &FC; automatically installs <guilabel>Base
-      Packages</guilabel> of a group if the group is selected. Change
-      the selection of <guilabel>Optional Packages</guilabel> by using
-      the checkbox next to the name of the individual package.
-    </para>
-
-    <para>
-      &FC; lists with each group the number of packages currently
-      selected for installation, and the total number of packages within
-      that group.
-    </para>
-    <figure id="fig-package-selection-details">
-      <title>Package Group Details Dialog</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata align="center" fileref="./figs/package-selection-details.eps" format="EPS"/>
-        </imageobject>
-        <imageobject>
-          <imagedata align="center" fileref="./figs/package-selection-details.png" format="PNG"/>
-        </imageobject>
-        <textobject>
-          <phrase>
-	    Package group details dialog.
-	  </phrase>
-        </textobject>
-      </mediaobject>
-    </figure>
-  </section>
   <section id="sn-lang-packages">
     <title>Additional Language Support</title>
 
     <para>
       Your &FC; system automatically supports the language that you
       selected at the start of the installation process. To include
-      support for additional languages, select the packages for those
-      languages from the <guilabel>Language Support</guilabel> package
-      group.
+      support for additional languages, select the package group for
+      those languages from the <guilabel>Languages</guilabel> category.
     </para>
 
     <warning>
@@ -155,50 +100,12 @@
       </para>
     </warning>
   </section>
-  <section id="sn-extreme-packagegroups">
-    <title><guilabel>Everything</guilabel> or <guilabel>Minimal</guilabel>
-      Installations</title>
-
-    <para>
-      Two of the groups under the heading of
-      <guilabel>Miscellaneous</guilabel> are incompatible with the
-      others. If you select either of these groups, your other group
-      selections become invalid.
-    </para>
-
-    <para>
-      If you select <guilabel>Everything</guilabel>, &FC; installs
-      <emphasis>all</emphasis> of the packages provided. Although &FC;
-      installs many additional network services in this package group,
-      some are not enabled after installation. This option may be useful
-      for some testing and development purposes.
-    </para>
-
-    <caution>
-      <title>Storage Requirements</title>
-
-      <para>
-        The <guilabel>Everything</guilabel> installation fills
-        approximately 6.9Gb of free disk space, and temporarily requires
-        an additional 175Mb of disk space during the installation
-        process. Refer to the Release Notes for more information about
-        storage requirements.
-      </para>
-    </caution>
-
-    <para>
-      The <guilabel>Minimal</guilabel> package group provides only the
-      essential packages to create a bootable system. This package group
-      provides no graphical interface.
-    </para>
-
-    <para>
-      After you choose the desired packages, select
-      <guilabel>Next</guilabel> to proceed. &FC; checks your selection,
-      and automatically adds any extra packages required to use the
-      software you select.
-    </para>
-  </section>
+  <para>
+    After you choose the desired packages, select
+    <guilabel>Next</guilabel> to proceed. &FC; checks your selection,
+    and automatically adds any extra packages required to use the
+    software you select.
+  </para>
 </chapter>
 
 <!--


Index: rpm-info.xml
===================================================================
RCS file: /cvs/docs/install-guide/rpm-info.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpm-info.xml	23 Jan 2006 23:24:09 -0000	1.4
+++ rpm-info.xml	26 Jan 2006 00:15:39 -0000	1.5
@@ -28,10 +28,15 @@
 <!--PLEASE ADD A TRANSLATION FOR EACH ADDITIONAL LANGUAGE.-->
   </titles>
   <changelog order="newest-first">
+    <revision date="2006-01-26" number="1.15" role="doc">
+      <author worker="StuartEllis"/>
+<!--PLEASE SET "lang" ATTRIBUTE IN DETAILS WHERE NEEDED-->
+      <details>Updated Package Selection screen for test2.</details>
+    </revision>
     <revision date="2006-01-23" number="1.14" role="doc">
       <author worker="StuartEllis"/>
 <!--PLEASE SET "lang" ATTRIBUTE IN DETAILS WHERE NEEDED-->
-      <details>Updated for FC5 test2.</details>
+      <details lang="en">Updated for FC5 test2.</details>
     </revision>
     <revision date="Tue Jan 17 2006" number="0" role="rpm">
       <author worker="megacoder"/>




More information about the Fedora-docs-commits mailing list