Author: pfrields Update of /cvs/fedora/web/html/docs/install-guide/f9/en_US In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1655/en_US Modified Files: ap-admin-options.php ap-install-server.php ap-medialess-install.php ap-techref.php ch-beginninginstallation.php ch-bootloader.php ch-disk-partitioning.php ch-experts-quickstart.php ch-firstboot.php ch-installer-locale.php ch-installing-packages.php ch-introduction.php ch-networkconfig.php ch-new-users.php ch-next-steps.php ch-other-install-methods.php ch-packageselection.php ch-rootpassword.php ch-timezone.php ch-upgrading-system.php ch-welcome.php f9-install-guide-en_US.tar.gz f9-install-guide-en_US.zip generated-index.php index.php legalnotice-opl.php rv-revhistory.php sn-about-document.php sn-automating-installation.php sn-boot-modes.php sn-booting-from-pxe.php sn-bootloader-advanced.php sn-bootloader-others.php sn-bootloader-password.php sn-bootoptions-hardware.php sn-cannot-download.php sn-cobbler-import.php sn-cobbler-mirror.php sn-cobbler-setup-distro.php sn-community.php sn-disk-changes.php sn-disk-druid.php sn-expert-download.php sn-expert-install.php sn-expert-post-install.php sn-expert-prepare.php sn-feedback.php sn-finishing-upgrade.php sn-firstboot-datetime.php sn-firstboot-systemuser.php sn-general-disk-setup.php sn-graphics-problem.php sn-hostname.php sn-install-diff-source.php sn-install-tcpip-config.php sn-installer-keyboard.php sn-installing-from-harddrive.php sn-making-media.php sn-medialess-booting.php sn-medialess-editing-grub-conf.php sn-network-misc-settings.php sn-news-subscriptions.php sn-nfs-install-settings.php sn-package-selection.php sn-partitioning-advice.php sn-partitioning-general.php sn-partitioning-lvm.php sn-raid-config.php sn-remote-logging.php sn-remoteaccess-installation.php sn-smolt.php sn-start-installation.php sn-understanding-encryption.php sn-upgrade-tree.php sn-upgrading-bootloader.php sn-url-install-settings.php sn-utc.php sn-verifying-media.php sn-web-help.php sn-which-arch.php sn-which-files.php Added Files: sn-switching-to-gui-login.php Log Message: Update F9 Installation Guide to 9.0.2 ***** Error reading new file: [Errno 2] No such file or directory: 'sn-switching-to-gui-login.php' Index: ap-admin-options.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ap-admin-options.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ap-admin-options.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ap-admin-options.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Appendix A. Boot Options</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-community.php" title="17.6. Joining the Fedora Community"> +<link rel="next" href="sn-remoteaccess-installation.php" title="A.2. Enabling Remote Access to the Installation System"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -127,7 +139,7 @@ </pre> <p> To run the installation process in - <a class="indexterm" name="id575072"></a> + <a class="indexterm" name="id342552"></a> <code class="option">text</code> mode, enter: </p> <pre class="screen"> @@ -135,7 +147,7 @@ </pre> <p> To enable support for a - <a class="indexterm" name="id554314"></a> + <a class="indexterm" name="id353070"></a> serial console, enter <code class="option">serial</code> as an additional option. </p> @@ -154,85 +166,40 @@ To specify the installation method from the <code class="prompt">boot:</code> prompt, use the <code class="option">method</code> option. Refer to - <a class="xref" href="ap-admin-options.php#tb-installmethods" title="Table A.1. Installation Methods">Table A.1, â??Installation Methodsâ??</a> for the supported + <a class="xref" href="ap-admin-options.php#tb-installmethods" title="Installation Methods">Installation Methods</a> for the supported installation methods. </p> -<div class="table"> -<a name="tb-installmethods"></a><div class="table-contents"><table summary="Installation Methods" border="1"> -<colgroup> -<col> -<col> -</colgroup> -<thead><tr> +<div class="segmentedlist"> +<a name="tb-installmethods"></a><div class="title"><strong><span class="title">Installation Methods</span></strong></div> +<table border="0"> +<thead><tr class="segtitle"> <th>Installation Method</th> <th>Option Format</th> </tr></thead> <tbody> -<tr> -<td> - <p> - CD or DVD drive - </p> - </td> -<td> - <p> - <code class="option">method=<em class="replaceable"><code>cdrom</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Hard Drive - </p> - </td> -<td> - <p> - <code class="option">method=<em class="replaceable"><code>hd://device/</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - HTTP Server - </p> - </td> -<td> - <p> - <code class="option">method=<em class="replaceable"><code>http://server.mydomain.com/directory/</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - FTP Server - </p> - </td> -<td> - <p> - <code class="option">method=<em class="replaceable"><code>ftp://server.mydomain.com/directory/</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - NFS Server - </p> - </td> -<td> - <p> - <code class="option">method=<em class="replaceable"><code>nfs:server.mydomain.com:/directory/</code></em></code> - </p> - </td> +<tr class="seglistitem"> +<td class="seg">CD or DVD drive</td> +<td class="seg"><code class="option">method=<em class="replaceable"><code>cdrom</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Hard Drive</td> +<td class="seg"><code class="option">method=<em class="replaceable"><code>hd://device/</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">HTTP Server</td> +<td class="seg"><code class="option">method=<em class="replaceable"><code>http://server.mydomain.com/directory/</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">FTP Server</td> +<td class="seg"><code class="option">method=<em class="replaceable"><code>ftp://server.mydomain.com/directory/</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">NFS Server</td> +<td class="seg"><code class="option">method=<em class="replaceable"><code>nfs:server.mydomain.com:/directory/</code></em></code></td> </tr> </tbody> -</table></div> -<p class="title"><b>Table A.1. Installation Methods</b></p> +</table> </div> -<br class="table-break"> </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-boot-options-network">A.1.4. Manually Configuring the Network Settings</h3></div></div></div> @@ -285,7 +252,7 @@ </td> </tr> <tr> -<td width="40%" align="left" valign="top">17.5. Joining the Fedora Community </td> +<td width="40%" align="left" valign="top">17.6. Joining the Fedora Community </td> <td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td> <td width="40%" align="right" valign="top"> A.2. Enabling Remote Access to the Installation System</td> </tr> Index: ap-install-server.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ap-install-server.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ap-install-server.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ap-install-server.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Appendix C. Setting Up an Installation Server</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-medialess-booting.php" title="B.3. Booting to Installation"> +<link rel="next" href="sn-cobbler-setup-distro.php" title="C.2. Setting Up the Distribution"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ap-medialess-install.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ap-medialess-install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ap-medialess-install.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ap-medialess-install.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Appendix B. Installing Without Media</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-boot-modes.php" title="A.6. Using the Maintenance Boot Modes"> +<link rel="next" href="sn-medialess-editing-grub-conf.php" title="B.2. Editing the GRUB Configuration"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -44,7 +56,7 @@ RAM disk.</p> <div class="procedure"><ol type="1"> <li><p>Download a Live image or DVD distribution, or to locate an - installation mirror, visit <a class="ulink" href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/" target="_top">http://mirrors.fedoraproject.org/publiclist/Fedora/8/</a>.</p></li> + installation mirror, visit <a class="ulink" href="http://mirrors.fedoraproject.org/publiclist/Fedora/9/" target="_top">http://mirrors.fedoraproject.org/publiclist/Fedora/9/</a>.</p></li> <li> <p>Locate the <code class="filename">isolinux/</code> folder using one of the following methods:</p> Index: ap-techref.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ap-techref.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ap-techref.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ap-techref.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Appendix D. Other Technical Documentation</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-cobbler-import.php" title="C.4. Importing the Distribution"> +<link rel="next" href="generated-index.php" title="Index"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -26,7 +38,7 @@ <p> This document provides a reference for using the Fedora installation software, known as <code class="command">anaconda</code>. To learn more about - <a class="indexterm" name="id580853"></a> + <a class="indexterm" name="id352575"></a> <code class="command">anaconda</code>, visit the project Web page: <a class="ulink" href="http://www.fedoraproject.org/wiki/Anaconda" target="_top">http://www.fedoraproject.org/wiki/Anaconda</a>. </p> @@ -39,7 +51,7 @@ <dt><span class="term">Boot Loader</span></dt> <dd><p> Fedora uses the - <a class="indexterm" name="id578659"></a> + <a class="indexterm" name="id341152"></a> <code class="command">GRUB</code> boot loader. Refer to <a class="ulink" href="http://www.gnu.org/software/grub/" target="_top">http://www.gnu.org/software/grub/</a> for more information. @@ -52,7 +64,7 @@ </p></dd> <dt><span class="term">Storage Management</span></dt> <dd><p> - <a class="indexterm" name="id612936"></a> + <a class="indexterm" name="id363890"></a> Logical Volume Management (LVM) provides administrators with a range of facilities to manage storage. By default, the Fedora installation process formats drives as LVM volumes. Refer to @@ -62,7 +74,7 @@ <dt><span class="term">Audio Support</span></dt> <dd><p> The Linux kernel used by Fedora incorporates - <a class="indexterm" name="id559103"></a> + <a class="indexterm" name="id358140"></a> ALSA (Advanced Linux Sound Architecture). For more information about ALSA, refer to the project Web site: <a class="ulink" href="http://www.alsa-project.org/" target="_top">http://www.alsa-project.org/</a>. @@ -70,7 +82,7 @@ <dt><span class="term">Graphics System</span></dt> <dd><p> Both the installation system and Fedora use the - <a class="indexterm" name="id559131"></a> + <a class="indexterm" name="id389524"></a> <code class="command">Xorg</code> suite to provide graphical capabilities. Components of <code class="command">Xorg</code> manage the display, keyboard and mouse for the desktop environments that @@ -80,7 +92,7 @@ <dt><span class="term">Remote Displays</span></dt> <dd><p> Fedora and <code class="command">anaconda</code> include - <a class="indexterm" name="id567855"></a> + <a class="indexterm" name="id389571"></a> VNC (Virtual Network Computing) software to enable remote access to graphical displays. For more information about VNC, refer to the documentation on the RealVNC Web site: @@ -99,21 +111,21 @@ <dt><span class="term">Remote System Access</span></dt> <dd><p> Fedora incorporates the - <a class="indexterm" name="id579378"></a> + <a class="indexterm" name="id354473"></a> OpenSSH suite to provide remote access to the system. The SSH - <a class="indexterm" name="id579392"></a> + <a class="indexterm" name="id354487"></a> service enables a number of functions, which include access to the command-line from other systems, remote command execution, and network file transfers. During the installation process <code class="command">anaconda</code> may use the <code class="command">scp</code> - <a class="indexterm" name="id579419"></a> + <a class="indexterm" name="id359590"></a> feature of OpenSSH to transfer crash reports to remote systems. Refer to the OpenSSH Web site for more information: <a class="ulink" href="http://www.openssh.com/" target="_top">http://www.openssh.com/</a>. </p></dd> <dt><span class="term">Access Control</span></dt> <dd><p> - <a class="indexterm" name="id579453"></a> + <a class="indexterm" name="id359625"></a> SELinux provides Mandatory Access Control (MAC) capabilities that supplement the standard Linux security features. Refer to the SELinux FAQ for more information: @@ -123,7 +135,7 @@ <dd><p> The Linux kernel used by Fedora incorporates the <code class="command">netfilter</code> framework to provide - <a class="indexterm" name="id574815"></a> + <a class="indexterm" name="id359665"></a> firewall features. The Netfilter project website provides documentation for both <code class="command">netfilter</code>, and the <code class="command">iptables</code> administration facilities: @@ -132,7 +144,7 @@ <dt><span class="term">Software Installation</span></dt> <dd><p> Fedora uses - <a class="indexterm" name="id574860"></a> + <a class="indexterm" name="id359711"></a> <code class="command">yum</code> to manage the RPM packages that make up the system. Refer to <a class="ulink" href="http://docs.fedoraproject.org/yum/" target="_top">http://docs.fedoraproject.org/yum/</a> for more @@ -140,7 +152,7 @@ </p></dd> <dt><span class="term">Virtualization</span></dt> <dd><p> - <a class="indexterm" name="id574899"></a> Virtualization provides the capability to + <a class="indexterm" name="id375544"></a> Virtualization provides the capability to simultaneously run multiple operating systems on the same computer. Fedora also includes tools to install and manage the secondary systems on a Fedora host. You may select Index: ch-beginninginstallation.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-beginninginstallation.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-beginninginstallation.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-beginninginstallation.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 4. Beginning the Installation</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-start-installation.php" title="3.6. How Do I Start the Installation Program?"> +<link rel="next" href="sn-install-diff-source.php" title="4.2. Installing from a Different Source"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-bootloader.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-bootloader.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-bootloader.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-bootloader.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 13. Boot Loader</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-disk-changes.php" title="12.8. Making Disk Changes"> +<link rel="next" href="sn-bootloader-others.php" title="13.2. Booting Additional Operating Systems"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -26,7 +38,7 @@ <p> A <em class="firstterm">boot loader</em> is a small program that reads and launches the operating system. Fedora uses the - <a class="indexterm" name="id554943"></a> + <a class="indexterm" name="id340700"></a> <span class="application"><strong>GRUB</strong></span> boot loader by default. If you have multiple operating systems, the boot loader determines which one to boot, usually by offering a menu. @@ -54,7 +66,7 @@ <p> By default, the installation program installs GRUB in the <em class="firstterm">master boot record</em>, - <a class="indexterm" name="id573111"></a> or <abbr class="abbrev">MBR</abbr>, of the device for the root + <a class="indexterm" name="id346899"></a> or <abbr class="abbrev">MBR</abbr>, of the device for the root file system. To decline installation of a new boot loader, select <span class="guilabel"><strong>No boot loader will be installed</strong></span>. </p> Index: ch-disk-partitioning.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-disk-partitioning.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-disk-partitioning.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-disk-partitioning.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 12. Disk Partitioning</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="ch-rootpassword.php" title="Chapter 11. Set the Root Password"> +<link rel="next" href="sn-partitioning-general.php" title="12.2. General Information on Partitions"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -34,7 +46,7 @@ <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-partitioning-raid">12.1. RAID and Other Disk Devices</h2></div></div></div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-partitioning-raid-hw">12.1.1. Hardware RAID</h3></div></div></div> -<a class="indexterm" name="id568983"></a><a class="indexterm" name="id583625"></a><p> +<a class="indexterm" name="id278243"></a><a class="indexterm" name="id329246"></a><p> <em class="firstterm">RAID</em>, or Redundant Array of Independent Disks, allows a group, or <em class="firstterm">array</em>, of drives to act as a single device. Configure any RAID functions Index: ch-experts-quickstart.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-experts-quickstart.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-experts-quickstart.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-experts-quickstart.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 2. Quick Start for Experts</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-feedback.php" title="1.3. Feedback"> +<link rel="next" href="sn-expert-download.php" title="2.2. Download Files"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-firstboot.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-firstboot.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-firstboot.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-firstboot.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 16. First Boot</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="ch-installing-packages.php" title="Chapter 15. Installing Packages"> +<link rel="next" href="sn-firstboot-datetime.php" title="16.2. Date and Time"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -23,7 +35,7 @@ </div> <div class="chapter" lang="en-US" id="ch-firstboot"> <div class="titlepage"><div><div><h2 class="title">Chapter 16. First Boot</h2></div></div></div> -<a class="indexterm" name="id547371"></a><p> +<a class="indexterm" name="id386350"></a><p> The <span class="application"><strong>Setup Agent</strong></span> launches the first time that you start a new Fedora system. Use <span class="application"><strong>Setup Agent</strong></span> to configure the system for use before you log @@ -50,7 +62,7 @@ This screen displays the overall licensing terms for Fedora. Each software package in Fedora is covered by its own license which has been approved by the - <a class="indexterm" name="id563926"></a> + <a class="indexterm" name="id326740"></a> Open Source Initiative (OSI). For more information about the OSI, refer to <a class="ulink" href="http://www.opensource.org/" target="_top">http://www.opensource.org/</a>. Index: ch-installer-locale.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-installer-locale.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-installer-locale.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-installer-locale.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 5. Identifying Your Locale</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-graphics-problem.php" title="4.5. Graphical and Text Interfaces"> +<link rel="next" href="sn-installer-keyboard.php" title="5.2. Keyboard Configuration"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-installing-packages.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-installing-packages.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-installing-packages.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-installing-packages.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 15. Installing Packages</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-package-selection.php" title="14.2. Customizing the Software Selection"> +<link rel="next" href="ch-firstboot.php" title="Chapter 16. First Boot"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-introduction.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-introduction.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-introduction.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-introduction.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 1. Introduction</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="next" href="sn-about-document.php" title="1.2. About This Document"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-networkconfig.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-networkconfig.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-networkconfig.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-networkconfig.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 9. Network Configuration</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-upgrading-bootloader.php" title="8.3. Upgrading Boot Loader Configuration"> +<link rel="next" href="sn-hostname.php" title="9.2. Hostname"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -29,12 +41,12 @@ </p> <p> Manual network configuration of a Fedora system is often not - required. Many networks have a <a class="indexterm" name="id582847"></a> <em class="firstterm">DHCP</em> (Dynamic Host Configuration + required. Many networks have a <a class="indexterm" name="id338692"></a> <em class="firstterm">DHCP</em> (Dynamic Host Configuration Protocol) service that automatically supplies connected systems with configuration data. By default, Fedora activates all network interfaces on your computer and configures them to use DHCP. </p> -<a class="indexterm" name="id563086"></a><a class="indexterm" name="id578858"></a><p>Fedora contains complete support for both +<a class="indexterm" name="id362462"></a><a class="indexterm" name="id350659"></a><p>Fedora contains complete support for both <em class="firstterm">IPv4</em> and <em class="firstterm">IPv6</em>. By default, Fedora configures network interfaces on your computer for both IPv4 and IPv6 support, and to use DHCP over both IPv4 and IPv6. @@ -56,7 +68,7 @@ </table></div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-network-devices">9.1. Network Devices</h2></div></div></div> -<a class="indexterm" name="id496093"></a><a class="indexterm" name="id569890"></a><a class="indexterm" name="id581286"></a><p> +<a class="indexterm" name="id327770"></a><a class="indexterm" name="id348871"></a><a class="indexterm" name="id339226"></a><p> Fedora displays a list of network interfaces detected on your computer. Each interface must have a unique <em class="firstterm">IP address</em> on the network to which it is attached. The @@ -75,7 +87,7 @@ </tr> <tr><td align="left" valign="top"><p> The <span class="guilabel"><strong>Network Configuration</strong></span> screen does not - list <a class="indexterm" name="id553646"></a> modems. Configure these devices after installation + list <a class="indexterm" name="id340434"></a> modems. Configure these devices after installation with the <span class="application"><strong>Network</strong></span> utility. The settings for your modem are specific to your particular Internet Service Provider (ISP). @@ -107,7 +119,7 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-network-manual-ipv4">9.1.2. Configuring IPv4</h3></div></div></div> -<a class="indexterm" name="id551487"></a><p> +<a class="indexterm" name="id343202"></a><p> To assign an unchanging, or <em class="firstterm">static</em>, IP address to your system, highlight the interface on the <span class="guilabel"><strong>Network Device</strong></span> list and select Index: ch-new-users.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-new-users.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-new-users.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-new-users.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 3. New Users</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-expert-post-install.php" title="2.5. Perform Post-installation Steps"> +<link rel="next" href="sn-which-arch.php" title="3.2. Which Architecture Is My Computer?"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -66,7 +78,7 @@ <th align="left">Downloading media</th> </tr> <tr><td align="left" valign="top"> -<a class="indexterm" name="id572561"></a><a class="indexterm" name="id551641"></a><a class="indexterm" name="id565887"></a><p>Users with a broadband Internet connection can download +<a class="indexterm" name="id341611"></a><a class="indexterm" name="id357523"></a><a class="indexterm" name="id330134"></a><p>Users with a broadband Internet connection can download <em class="firstterm">ISO images</em> of CD and DVD media or images of USB flash disks. An ISO image is a copy of an entire disc in a format suitable for writing directly to a CD or DVD. A USB @@ -80,7 +92,7 @@ variety of ways. </p> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-which-download-mirror">3.1.1. From a Mirror</h3></div></div></div> -<a class="indexterm" name="id580130"></a><p>To find the freely downloadable distributions of Fedora, +<a class="indexterm" name="id352742"></a><p>To find the freely downloadable distributions of Fedora, look for a <em class="firstterm">mirror</em>. A mirror is a computer server that is open to the public for free downloads of software, including Fedora and often other free and open @@ -100,7 +112,7 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-which-download-bt">3.1.2. From BitTorrent</h3></div></div></div> -<a class="indexterm" name="id497902"></a><a class="indexterm" name="id497912"></a><p>BitTorrent is a way to download information in cooperation +<a class="indexterm" name="id276550"></a><a class="indexterm" name="id276560"></a><p>BitTorrent is a way to download information in cooperation with other computers. Each computer cooperating in the group downloads pieces of the information in a particular torrent from other peers in the group. Computers that have finished Index: ch-next-steps.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-next-steps.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-next-steps.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-next-steps.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 17. Your Next Steps</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-smolt.php" title="16.4. Hardware Profile"> +<link rel="next" href="sn-finishing-upgrade.php" title="17.2. Finishing an Upgrade"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -35,7 +47,7 @@ add new features, improve reliability, resolve bugs, or remove security vulnerabilities. To ensure the security of your system, update regularly, and as soon as possible after a security - announcement is issued. Refer to <a class="xref" href="sn-news-subscriptions.php" title="17.3. Subscribing to Fedora Announcements and News">Section 17.3, â??Subscribing to Fedora Announcements and Newsâ??</a> for information on the Fedora + announcement is issued. Refer to <a class="xref" href="sn-news-subscriptions.php" title="17.4. Subscribing to Fedora Announcements and News">Section 17.4, â??Subscribing to Fedora Announcements and Newsâ??</a> for information on the Fedora announcements services. </p> <p> @@ -48,7 +60,7 @@ </p> <p> To update your system with the latest packages manually, use the - <a class="indexterm" name="id545883"></a> <span class="application"><strong>Software Updater</strong></span>: + <a class="indexterm" name="id348760"></a> <span class="application"><strong>Software Updater</strong></span>: </p> <div class="orderedlist"><ol type="1"> <li><p> @@ -76,7 +88,7 @@ </ol></div> <p> To update packages from the command-line, use the - <a class="indexterm" name="id575627"></a> + <a class="indexterm" name="id385412"></a> <code class="command">yum</code> utility. Type this command to begin a full update of your system with <code class="command">yum</code>: </p> Index: ch-other-install-methods.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-other-install-methods.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-other-install-methods.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-other-install-methods.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 6. Installation Methods</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-installer-keyboard.php" title="5.2. Keyboard Configuration"> +<link rel="next" href="sn-installing-from-harddrive.php" title="6.2. Installation from a Hard Drive"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-packageselection.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-packageselection.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-packageselection.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-packageselection.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 14. Software Selection</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-bootloader-advanced.php" title="13.4. Advanced Boot Loader Options"> +<link rel="next" href="sn-package-selection.php" title="14.2. Customizing the Software Selection"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-rootpassword.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-rootpassword.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-rootpassword.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-rootpassword.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 11. Set the Root Password</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-utc.php" title="10.2. Universal Co-ordinated Time (UTC)"> +<link rel="next" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -24,7 +36,7 @@ <div class="chapter" lang="en-US" id="ch-rootpassword"> <div class="titlepage"><div><div><h2 class="title">Chapter 11. Set the Root Password</h2></div></div></div> <p> - Fedora uses a special account named <a class="indexterm" name="id562766"></a> <em class="firstterm"><code class="systemitem">root</code></em> for system + Fedora uses a special account named <a class="indexterm" name="id334530"></a> <em class="firstterm"><code class="systemitem">root</code></em> for system administration. The <code class="systemitem">root</code> account on a Linux system is not subject to most normal account restrictions. As the system owner or administrator, you may Index: ch-timezone.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-timezone.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-timezone.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-timezone.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 10. Time Zone Selection</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-network-misc-settings.php" title="9.3. Miscellaneous Settings"> +<link rel="next" href="sn-utc.php" title="10.2. Universal Co-ordinated Time (UTC)"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -26,7 +38,7 @@ <p> This screen allows you to specify the correct time zone for the location of your computer. Specify a time zone even if you plan to - use <a class="indexterm" name="id558039"></a> NTP (Network Time Protocol) to maintain the accuracy of + use <a class="indexterm" name="id341575"></a> NTP (Network Time Protocol) to maintain the accuracy of the system clock. </p> <div class="section" lang="en-US"> Index: ch-upgrading-system.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-upgrading-system.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-upgrading-system.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-upgrading-system.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 8. Upgrading an Existing System</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-raid-config.php" title="7.2. RAID or Other Nonstandard Configurations"> +<link rel="next" href="sn-upgrade-tree.php" title="8.2. Upgrading Using the Installer"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: ch-welcome.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/ch-welcome.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ch-welcome.php 13 Jun 2008 17:39:32 -0000 1.2 +++ ch-welcome.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Chapter 7. Welcome Dialog</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="sn-url-install-settings.php" title="6.5. Web and FTP Installation Setup"> +<link rel="next" href="sn-raid-config.php" title="7.2. RAID or Other Nonstandard Configurations"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: f9-install-guide-en_US.tar.gz =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/f9-install-guide-en_US.tar.gz,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 Binary files /tmp/cvsbwJ22N and /tmp/cvsaACtVr differ Index: f9-install-guide-en_US.zip =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/f9-install-guide-en_US.zip,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 Binary files /tmp/cvsdz6QVQ and /tmp/cvsvNHoQu differ Index: generated-index.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/generated-index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- generated-index.php 13 Jun 2008 17:39:32 -0000 1.2 +++ generated-index.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,14 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Index</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="prev" href="ap-techref.php" title="Appendix D. Other Technical Documentation"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.php 13 Jun 2008 17:39:32 -0000 1.2 +++ index.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,13 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Fedora 9 Installation Guide</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="next" href="ch-introduction.php" title="Chapter 1. Introduction"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -32,7 +42,7 @@ <span class="firstname">Paul</span> <span class="othername">W.</span> <span class="surname">Frields</span> </h3></div> </div></div> -<div><p class="releaseinfo">Version 9.0.0 (2007-05-13)</p></div> +<div><p class="releaseinfo">Version 9.0.2 (2008-07-25)</p></div> <div><p class="copyright">Copyright © 2006, 2007, 2008 Red Hat, Inc., Stuart Ellis, Paul W. Frields</p></div> <div><a href="legalnotice-opl.php">Legal Notice</a></div> <div><a href="rv-revhistory.php">Revision History</a></div> @@ -74,7 +84,7 @@ <dt><span class="section"><a href="sn-making-media.php">3.4. How Do I Make Fedora Media?</a></span></dt> <dd><dl> <dt><span class="section"><a href="sn-making-media.php#sn-making-disc-media">3.4.1. Making CD or DVD Discs</a></span></dt> -<dt><span class="section"><a href="sn-making-media.php#id543953">3.4.2. Making USB Media</a></span></dt> +<dt><span class="section"><a href="sn-making-media.php#id325326">3.4.2. Making USB Media</a></span></dt> </dl></dd> <dt><span class="section"><a href="sn-cannot-download.php">3.5. What If I Cannot Download Fedora?</a></span></dt> <dt><span class="section"><a href="sn-start-installation.php">3.6. How Do I Start the Installation Program?</a></span></dt> @@ -182,9 +192,10 @@ <dd><dl> <dt><span class="section"><a href="ch-next-steps.php#sn-system-updating">17.1. Updating Your System</a></span></dt> <dt><span class="section"><a href="sn-finishing-upgrade.php">17.2. Finishing an Upgrade</a></span></dt> -<dt><span class="section"><a href="sn-news-subscriptions.php">17.3. Subscribing to Fedora Announcements and News</a></span></dt> -<dt><span class="section"><a href="sn-web-help.php">17.4. Finding Documentation and Support</a></span></dt> -<dt><span class="section"><a href="sn-community.php">17.5. Joining the Fedora Community</a></span></dt> +<dt><span class="section"><a href="sn-switching-to-gui-login.php">17.3. Switching to a Graphical Login</a></span></dt> +<dt><span class="section"><a href="sn-news-subscriptions.php">17.4. Subscribing to Fedora Announcements and News</a></span></dt> +<dt><span class="section"><a href="sn-web-help.php">17.5. Finding Documentation and Support</a></span></dt> +<dt><span class="section"><a href="sn-community.php">17.6. Joining the Fedora Community</a></span></dt> </dl></dd> <dt><span class="appendix"><a href="ap-admin-options.php">A. Boot Options</a></span></dt> <dd><dl> Index: legalnotice-opl.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/legalnotice-opl.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- legalnotice-opl.php 13 Jun 2008 17:39:32 -0000 1.2 +++ legalnotice-opl.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,10 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Legal Notice</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +</head> <? include("site.inc"); @@ -17,7 +24,7 @@ <a name="opl.terms"></a><ol type="I"> <li> <a name="opl.require"></a><h2> -<a name="id573032"></a>REQUIREMENTS ON BOTH UNMODIFIED AND MODIFIED +<a name="id392102"></a>REQUIREMENTS ON BOTH UNMODIFIED AND MODIFIED VERSIONS</h2> <p> Open Publication works may be reproduced and distributed in @@ -51,7 +58,7 @@ </li> <li> <a name="opl.copyright"></a><h2> -<a name="id611475"></a>COPYRIGHT</h2> +<a name="id397517"></a>COPYRIGHT</h2> <p> The copyright to each Open Publication is owned by its author(s) or designee. @@ -59,7 +66,7 @@ </li> <li> <a name="opl.scope"></a><h2> -<a name="id616878"></a>SCOPE OF LICENSE</h2> +<a name="id339994"></a>SCOPE OF LICENSE</h2> <p> The following license terms apply to all Open Publication works, unless otherwise explicitly stated in the document. @@ -87,7 +94,7 @@ </li> <li> <a name="opl.modified.works"></a><h2> -<a name="id616895"></a>REQUIREMENTS ON MODIFIED WORKS</h2> +<a name="id392857"></a>REQUIREMENTS ON MODIFIED WORKS</h2> <p> All modified versions of documents covered by this license, including translations, anthologies, compilations and partial @@ -119,7 +126,7 @@ </li> <li> <a name="opl.good-practice"></a><h2> -<a name="id559687"></a>GOOD-PRACTICE RECOMMENDATIONS</h2> +<a name="id385312"></a>GOOD-PRACTICE RECOMMENDATIONS</h2> <p> In addition to the requirements of this license, it is requested from and strongly recommended of redistributors that: @@ -148,7 +155,7 @@ </li> <li> <a name="opl.options"></a><h2> -<a name="id497629"></a>LICENSE OPTIONS</h2> +<a name="id322831"></a>LICENSE OPTIONS</h2> <p> The author(s) and/or publisher of an Open Publication-licensed document may elect certain options by appending language to the Index: rv-revhistory.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/rv-revhistory.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rv-revhistory.php 13 Jun 2008 17:39:32 -0000 1.2 +++ rv-revhistory.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,10 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Revision History</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +</head> <? include("site.inc"); @@ -10,8 +17,28 @@ <div class="revhistory"><table border="1" width="100%" summary="Revision history"> <tr><th align="left" valign="top" colspan="3"><b>Revision History</b></th></tr> <tr> +<td align="left">Revision 9.0.2</td> +<td align="left">2008-07-25</td> +<td align="left">PWF</td> +</tr> +<tr><td align="left" colspan="3"> + <p> + Fix incorrect livecd-tools instructions + </p> + </td></tr> +<tr> +<td align="left">Revision 9.0.1</td> +<td align="left">2008-06-28</td> +<td align="left">PWF</td> +</tr> +<tr><td align="left" colspan="3"> + <p> + Lots of bug fixes + </p> + </td></tr> +<tr> <td align="left">Revision 9.0.0</td> -<td align="left">2007-05-13</td> +<td align="left">2008-05-13</td> <td align="left">PWF</td> </tr> <tr><td align="left" colspan="3"> Index: sn-about-document.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-about-document.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-about-document.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-about-document.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>1.2. About This Document</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-introduction.php" title="Chapter 1. Introduction"> +<link rel="prev" href="ch-introduction.php" title="Chapter 1. Introduction"> +<link rel="next" href="sn-feedback.php" title="1.3. Feedback"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-automating-installation.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-automating-installation.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-automating-installation.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-automating-installation.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>A.4. Automating the Installation with Kickstart</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-admin-options.php" title="Appendix A. Boot Options"> +<link rel="prev" href="sn-remote-logging.php" title="A.3. Logging to a Remote System During the Installation"> +<link rel="next" href="sn-bootoptions-hardware.php" title="A.5. Enhancing Hardware Support"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -25,7 +37,7 @@ <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-automating-installation">A.4. Automating the Installation with Kickstart</h2></div></div></div> <p> A - <a class="indexterm" name="id585738"></a> + <a class="indexterm" name="id374622"></a> <em class="firstterm">Kickstart</em> file specifies settings for an installation. Once the installation system boots, it can read a Kickstart file and carry out the installation process without any @@ -70,97 +82,45 @@ <p> You may use Kickstart files that are held on either removable storage, a hard drive, or a network server. Refer to - <a class="xref" href="sn-automating-installation.php#tb-kssources" title="Table A.2. Kickstart Sources">Table A.2, â??Kickstart Sourcesâ??</a> for the supported Kickstart + <a class="xref" href="sn-automating-installation.php#tb-kssources" title="Kickstart Sources">Kickstart Sources</a> for the supported Kickstart sources. </p> -<div class="table"> -<a name="tb-kssources"></a><div class="table-contents"><table summary="Kickstart Sources" border="1"> -<colgroup> -<col> -<col> -</colgroup> -<thead><tr> +<div class="segmentedlist"> +<a name="tb-kssources"></a><div class="title"><strong><span class="title">Kickstart Sources</span></strong></div> +<table border="0"> +<thead><tr class="segtitle"> <th>Kickstart Source</th> <th>Option Format</th> </tr></thead> <tbody> -<tr> -<td> - <p> - CD or DVD drive - </p> - </td> -<td> - <p> - <code class="option">ks=<em class="replaceable"><code>cdrom:/directory/ks.cfg</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Hard Drive - </p> - </td> -<td> - <p> - <code class="option">ks=<em class="replaceable"><code>hd:/device/directory/ks.cfg</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Other Device - </p> - </td> -<td> - <p> - <code class="option">ks=<em class="replaceable"><code>file:/device/directory/ks.cfg</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - HTTP Server - </p> - </td> -<td> - <p> - <code class="option">ks=<em class="replaceable"><code>http://server.mydomain.com/directory/ks.cfg</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - FTP Server - </p> - </td> -<td> - <p> - <code class="option">ks=<em class="replaceable"><code>ftp://server.mydomain.com/directory/ks.cfg</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - NFS Server - </p> - </td> -<td> - <p> - <code class="option">ks=<em class="replaceable"><code>nfs:server.mydomain.com:/directory/ks.cfg</code></em></code> - </p> - </td> +<tr class="seglistitem"> +<td class="seg">CD or DVD drive</td> +<td class="seg"><code class="option">ks=<em class="replaceable"><code>cdrom:/directory/ks.cfg</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Hard Drive</td> +<td class="seg"><code class="option">ks=<em class="replaceable"><code>hd:/device/directory/ks.cfg</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Other Device</td> +<td class="seg"><code class="option">ks=<em class="replaceable"><code>file:/device/directory/ks.cfg</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">HTTP Server</td> +<td class="seg"><code class="option">ks=<em class="replaceable"><code>http://server.mydomain.com/directory/ks.cfg</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">FTP Server</td> +<td class="seg"><code class="option">ks=<em class="replaceable"><code>ftp://server.mydomain.com/directory/ks.cfg</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">NFS Server</td> +<td class="seg"><code class="option">ks=<em class="replaceable"><code>nfs:server.mydomain.com:/directory/ks.cfg</code></em></code></td> </tr> </tbody> -</table></div> -<p class="title"><b>Table A.2. Kickstart Sources</b></p> +</table> </div> -<br class="table-break"><p> +<p> To obtain a Kickstart file from a script or application on a Web server, specify the URL of the application with the <code class="option">ks=</code> option. If you add the option Index: sn-boot-modes.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-boot-modes.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-boot-modes.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-boot-modes.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>A.6. Using the Maintenance Boot Modes</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-admin-options.php" title="Appendix A. Boot Options"> +<link rel="prev" href="sn-bootoptions-hardware.php" title="A.5. Enhancing Hardware Support"> +<link rel="next" href="ap-medialess-install.php" title="Appendix B. Installing Without Media"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -36,7 +48,7 @@ <p> Fedora includes the <span class="application"><strong>Memtest86</strong></span> memory testing application. To boot your computer in - <a class="indexterm" name="id589064"></a> memory testing mode, choose <span class="guimenuitem"><strong>Memory + <a class="indexterm" name="id375412"></a> memory testing mode, choose <span class="guimenuitem"><strong>Memory test</strong></span> at the boot menu. The first test starts immediately. By default, <span class="application"><strong>Memtest86</strong></span> carries out a total of ten tests. @@ -48,9 +60,9 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-mode-rescue">A.6.2. Booting Your Computer with the Rescue Mode</h3></div></div></div> -<a class="indexterm" name="id589108"></a><p> +<a class="indexterm" name="id375454"></a><p> You may boot a command-line Linux system from either a - <a class="indexterm" name="id589120"></a> + <a class="indexterm" name="id375466"></a> rescue disc or an installation disc, without installing Fedora on the computer. This enables you to use the utilities and functions of a running Linux system to modify or repair systems Index: sn-booting-from-pxe.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-booting-from-pxe.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-booting-from-pxe.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-booting-from-pxe.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>4.4. Booting from the Network using PXE</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-beginninginstallation.php" title="Chapter 4. Beginning the Installation"> +<link rel="prev" href="sn-verifying-media.php" title="4.3. Verifying Media"> +<link rel="next" href="sn-graphics-problem.php" title="4.5. Graphical and Text Interfaces"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -24,7 +36,7 @@ <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-booting-from-pxe">4.4. Booting from the Network using PXE</h2></div></div></div> <p> - To boot with <a class="indexterm" name="id560326"></a> PXE, you need a properly configured server, and a + To boot with <a class="indexterm" name="id328092"></a> PXE, you need a properly configured server, and a network interface in your computer that supports PXE. For information on how to configure a PXE server, refer to <a class="xref" href="ap-install-server.php" title="Appendix C. Setting Up an Installation Server">Appendix C, <i>Setting Up an Installation Server</i></a>. </p> Index: sn-bootloader-advanced.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-bootloader-advanced.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-bootloader-advanced.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-bootloader-advanced.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>13.4. Advanced Boot Loader Options</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-bootloader.php" title="Chapter 13. Boot Loader"> +<link rel="prev" href="sn-bootloader-password.php" title="13.3. Setting a Boot Loader Password"> +<link rel="next" href="ch-packageselection.php" title="Chapter 14. Software Selection"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -27,7 +39,7 @@ The default boot options are adequate for most situations. The installation program writes the <span class="application"><strong>GRUB</strong></span> boot loader in the - <a class="indexterm" name="id547206"></a> + <a class="indexterm" name="id392760"></a> master boot record (<abbr class="abbrev">MBR</abbr>), overwriting any existing boot loader. </p> Index: sn-bootloader-others.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-bootloader-others.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-bootloader-others.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-bootloader-others.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>13.2. Booting Additional Operating Systems</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-bootloader.php" title="Chapter 13. Boot Loader"> +<link rel="prev" href="ch-bootloader.php" title="Chapter 13. Boot Loader"> +<link rel="next" href="sn-bootloader-password.php" title="13.3. Setting a Boot Loader Password"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-bootloader-password.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-bootloader-password.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-bootloader-password.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-bootloader-password.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>13.3. Setting a Boot Loader Password</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-bootloader.php" title="Chapter 13. Boot Loader"> +<link rel="prev" href="sn-bootloader-others.php" title="13.2. Booting Additional Operating Systems"> +<link rel="next" href="sn-bootloader-advanced.php" title="13.4. Advanced Boot Loader Options"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-bootoptions-hardware.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-bootoptions-hardware.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-bootoptions-hardware.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-bootoptions-hardware.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>A.5. Enhancing Hardware Support</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-admin-options.php" title="Appendix A. Boot Options"> +<link rel="prev" href="sn-automating-installation.php" title="A.4. Automating the Installation with Kickstart"> +<link rel="next" href="sn-boot-modes.php" title="A.6. Using the Maintenance Boot Modes"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -42,7 +54,7 @@ </p> <p> Hardware manufacturers may supply - <a class="indexterm" name="id586108"></a> + <a class="indexterm" name="id374903"></a> driver disks for Fedora with the device, or provide image files to prepare the disks. To obtain the latest drivers, download the correct file from the website of the manufacturer. @@ -88,73 +100,36 @@ <p> The installation system can also read drivers from disk images that are held on network servers. Refer to - <a class="xref" href="sn-bootoptions-hardware.php#tb-driversources" title="Table A.3. Driver Disk Image Sources">Table A.3, â??Driver Disk Image Sourcesâ??</a> for the supported sources of + <a class="xref" href="sn-bootoptions-hardware.php#tb-driversources" title="Driver Disk Image Sources">Driver Disk Image Sources</a> for the supported sources of driver disk image files. </p> -<div class="table"> -<a name="tb-driversources"></a><div class="table-contents"><table summary="Driver Disk Image Sources" border="1"> -<colgroup> -<col> -<col> -</colgroup> -<thead><tr> +<div class="segmentedlist"> +<a name="tb-driversources"></a><div class="title"><strong><span class="title">Driver Disk Image Sources</span></strong></div> +<table border="0"> +<thead><tr class="segtitle"> <th>Image Source</th> <th>Option Format</th> </tr></thead> <tbody> -<tr> -<td> - <p> - Select a drive or device - </p> - </td> -<td> - <p> - <code class="option">dd</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - HTTP Server - </p> - </td> -<td> - <p> - <code class="option">dd=<em class="replaceable"><code>http://server.mydomain.com/directory/drivers.img</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - FTP Server - </p> - </td> -<td> - <p> - <code class="option">dd=<em class="replaceable"><code>ftp://server.mydomain.com/directory/drivers.img</code></em></code> - </p> - </td> -</tr> -<tr> -<td> - <p> - NFS Server - </p> - </td> -<td> - <p> - <code class="option">dd=<em class="replaceable"><code>nfs:server.mydomain.com:/directory/drivers.img</code></em></code> - </p> - </td> +<tr class="seglistitem"> +<td class="seg">Select a drive or device</td> +<td class="seg"><code class="option">dd</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">HTTP Server</td> +<td class="seg"><code class="option">dd=<em class="replaceable"><code>http://server.mydomain.com/directory/drivers.img</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">FTP Server</td> +<td class="seg"><code class="option">dd=<em class="replaceable"><code>ftp://server.mydomain.com/directory/drivers.img</code></em></code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">NFS Server</td> +<td class="seg"><code class="option">dd=<em class="replaceable"><code>nfs:server.mydomain.com:/directory/drivers.img</code></em></code></td> </tr> </tbody> -</table></div> -<p class="title"><b>Table A.3. Driver Disk Image Sources</b></p> +</table> </div> -<br class="table-break"> </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-bootoptions-hwdetection">A.5.2. Overriding Automatic Hardware Detection</h3></div></div></div> @@ -179,190 +154,83 @@ To override the automatic hardware detection, use one or more of the following options: </p> -<div class="table"> -<a name="tb-hwoptions"></a><div class="table-contents"><table summary="Hardware Options" border="1"> -<colgroup> -<col> -<col> -</colgroup> -<thead><tr> +<div class="segmentedlist"> +<div class="title"><strong><span class="title">Hardware Options</span></strong></div> +<table border="0"> +<thead><tr class="segtitle"> <th>Compatibility Setting</th> <th>Option</th> </tr></thead> <tbody> -<tr> -<td> - <p> - Disable all hardware detection - </p> - </td> -<td> - <p> - <code class="option">noprobe</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable graphics, keyboard, and mouse detection - </p> - </td> -<td> - <p> - <code class="option">headless</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable automatic monitor detection (DDC) - </p> - </td> -<td> - <p> - <code class="option">skipddc</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable mainboard APIC - </p> - </td> -<td> - <p> - <code class="option">noapic</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable power management (ACPI) - </p> - </td> -<td> - <p> - <code class="option">acpi=off</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable Direct Memory Access (DMA) for IDE drives - </p> - </td> -<td> - <p> - <code class="option">ide=nodma</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable BIOS-assisted RAID - </p> - </td> -<td> - <p> - <code class="option">nodmraid</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable Firewire device detection - </p> - </td> -<td> - <p> - <code class="option">nofirewire</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable parallel port detection - </p> - </td> -<td> - <p> - <code class="option">noparport</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable PC Card (PCMCIA) device detection - </p> - </td> -<td> - <p> - <code class="option">nopcmcia</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable USB storage device detection - </p> - </td> -<td> - <p> - <code class="option">nousbstorage</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Disable all USB device detection - </p> - </td> -<td> - <p> - <code class="option">nousb</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Force Firewire device detection - </p> - </td> -<td> - <p> - <code class="option">firewire</code> - </p> - </td> -</tr> -<tr> -<td> - <p> - Prompt user for ISA device configuration - </p> - </td> -<td> - <p> - <code class="option">isa</code> - </p> - </td> +<tr class="seglistitem"> +<td class="seg">Disable all hardware detection</td> +<td class="seg"><code class="option">noprobe</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable graphics, keyboard, and mouse detection</td> +<td class="seg"><code class="option">headless</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable automatic monitor detection (DDC)</td> +<td class="seg"><code class="option">skipddc</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Use basic VESA driver for video</td> +<td class="seg"><code class="option">xdriver=vesa</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable mainboard APIC</td> +<td class="seg"><code class="option">noapic</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable power management (ACPI)</td> +<td class="seg"><code class="option">acpi=off</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable Direct Memory Access (DMA) for IDE, SATA, and + ATAPI drives</td> +<td class="seg"><code class="option">libata.dma=0</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Enable DMA only for IDE and SATA drives</td> +<td class="seg"><code class="option">libata.dma=1</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable BIOS-assisted RAID</td> +<td class="seg"><code class="option">nodmraid</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable Firewire device detection</td> +<td class="seg"><code class="option">nofirewire</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable parallel port detection</td> +<td class="seg"><code class="option">noparport</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable PC Card (PCMCIA) device detection</td> +<td class="seg"><code class="option">nopcmcia</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable USB storage device detection</td> +<td class="seg"><code class="option">nousbstorage</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Disable all USB device detection</td> +<td class="seg"><code class="option">nousb</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Force Firewire device detection</td> +<td class="seg"><code class="option">firewire</code></td> +</tr> +<tr class="seglistitem"> +<td class="seg">Prompt user for ISA device configuration</td> +<td class="seg"><code class="option">isa</code></td> </tr> </tbody> -</table></div> -<p class="title"><b>Table A.4. Hardware Options</b></p> +</table> </div> -<br class="table-break"><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note: Additional Screen"> +<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note: Additional Screen"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="./stylesheet-images/note.png"></td> <th align="left">Additional Screen</th> Index: sn-cannot-download.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-cannot-download.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-cannot-download.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-cannot-download.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>3.5. What If I Cannot Download Fedora?</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-new-users.php" title="Chapter 3. New Users"> +<link rel="prev" href="sn-making-media.php" title="3.4. How Do I Make Fedora Media?"> +<link rel="next" href="sn-start-installation.php" title="3.6. How Do I Start the Installation Program?"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-cobbler-import.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-cobbler-import.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-cobbler-import.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-cobbler-import.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>C.4. Importing the Distribution</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-install-server.php" title="Appendix C. Setting Up an Installation Server"> +<link rel="prev" href="sn-cobbler-mirror.php" title="C.3. Mirroring a Network Location"> +<link rel="next" href="ap-techref.php" title="Appendix D. Other Technical Documentation"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-cobbler-mirror.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-cobbler-mirror.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-cobbler-mirror.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-cobbler-mirror.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>C.3. Mirroring a Network Location</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-install-server.php" title="Appendix C. Setting Up an Installation Server"> +<link rel="prev" href="sn-cobbler-setup-distro.php" title="C.2. Setting Up the Distribution"> +<link rel="next" href="sn-cobbler-import.php" title="C.4. Importing the Distribution"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-cobbler-setup-distro.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-cobbler-setup-distro.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-cobbler-setup-distro.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-cobbler-setup-distro.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>C.2. Setting Up the Distribution</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-install-server.php" title="Appendix C. Setting Up an Installation Server"> +<link rel="prev" href="ap-install-server.php" title="Appendix C. Setting Up an Installation Server"> +<link rel="next" href="sn-cobbler-mirror.php" title="C.3. Mirroring a Network Location"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-community.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-community.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-community.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-community.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>17.6. Joining the Fedora Community</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-next-steps.php" title="Chapter 17. Your Next Steps"> +<link rel="prev" href="sn-web-help.php" title="17.5. Finding Documentation and Support"> +<link rel="next" href="ap-admin-options.php" title="Appendix A. Boot Options"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -10,7 +22,7 @@ <div class="navheader"> <table width="100%" summary="Navigation header"> -<tr><th colspan="3" align="center">17.5. Joining the Fedora Community</th></tr> +<tr><th colspan="3" align="center">17.6. Joining the Fedora Community</th></tr> <tr> <td width="20%" align="left"> <a accesskey="p" href="sn-web-help.php">Prev</a> </td> @@ -22,7 +34,7 @@ <hr> </div> <div class="section" lang="en-US"> -<div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-community">17.5. Joining the Fedora Community</h2></div></div></div> +<div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-community">17.6. Joining the Fedora Community</h2></div></div></div> <p> The Fedora Project is driven by the individuals that contribute to it. Community members provide support and documentation to other @@ -48,7 +60,7 @@ </td> </tr> <tr> -<td width="40%" align="left" valign="top">17.4. Finding Documentation and Support </td> +<td width="40%" align="left" valign="top">17.5. Finding Documentation and Support </td> <td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td> <td width="40%" align="right" valign="top"> Appendix A. Boot Options</td> </tr> Index: sn-disk-changes.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-disk-changes.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-disk-changes.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-disk-changes.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>12.8. Making Disk Changes</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="prev" href="sn-disk-druid.php" title="12.7. Disk Druid"> +<link rel="next" href="ch-bootloader.php" title="Chapter 13. Boot Loader"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-disk-druid.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-disk-druid.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-disk-druid.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-disk-druid.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>12.7. Disk Druid</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="prev" href="sn-general-disk-setup.php" title="12.6. General Disk Setup"> +<link rel="next" href="sn-disk-changes.php" title="12.8. Making Disk Changes"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -24,12 +36,12 @@ <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-disk-druid">12.7. Disk Druid</h2></div></div></div> <p> - <a class="indexterm" name="id614076"></a> <span class="application"><strong><em class="firstterm">Disk + <a class="indexterm" name="id344970"></a> <span class="application"><strong><em class="firstterm">Disk Druid</em></strong></span> is an interactive program for editing disk partitions. Users run it only within the Fedora installation system. Disk Druid enables you to configure - <a class="indexterm" name="id614094"></a> Linux software RAID and - <a class="indexterm" name="id614107"></a> <em class="firstterm">LVM</em> to provide more extensible + <a class="indexterm" name="id344988"></a> Linux software RAID and + <a class="indexterm" name="id345001"></a> <em class="firstterm">LVM</em> to provide more extensible and reliable data storage. </p> <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note: Modifying the Default LVM Layout"> @@ -56,7 +68,7 @@ <dd> <p> Select this option to add a partition - <a class="indexterm" name="id614176"></a> or LVM physical + <a class="indexterm" name="id345068"></a> or LVM physical volume to the disk. In the <span class="guilabel"><strong>Add partition</strong></span> dialog, choose a mount point and a partition type. If you have more than one disk on the @@ -71,14 +83,14 @@ </tr> <tr><td align="left" valign="top"> <p> - <a class="indexterm" name="id614208"></a> The <code class="filename">/bin/</code>, + <a class="indexterm" name="id345100"></a> The <code class="filename">/bin/</code>, <code class="filename">/dev/</code>, <code class="filename">/etc/</code>, <code class="filename">/lib/</code>, <code class="filename">/proc/</code>, <code class="filename">/root/</code>, and <code class="filename">/sbin/</code> directories may not be used for separate partitions in <span class="application"><strong>Disk Druid</strong></span>. These directories reside on the - <a class="indexterm" name="id614270"></a> <code class="filename">/</code> (root) partition. + <a class="indexterm" name="id345161"></a> <code class="filename">/</code> (root) partition. </p> <p> The <code class="filename">/boot</code> partition may not reside on @@ -136,7 +148,7 @@ <dd> <p> Select this option to edit an existing partition, - <a class="indexterm" name="id614432"></a> LVM volume group, or an LVM physical volume + <a class="indexterm" name="id345322"></a> LVM volume group, or an LVM physical volume that is not yet part of a volume group. To change the size of a LVM physical volume partition, first remove it from any volume groups. @@ -178,11 +190,11 @@ </tr> <tr><td align="left" valign="top"><p> You may not label Windows partitions that use the - <a class="indexterm" name="id614535"></a> - <a class="indexterm" name="id614556"></a> <code class="systemitem">NTFS</code> file system with a + <a class="indexterm" name="id345425"></a> + <a class="indexterm" name="id345446"></a> <code class="systemitem">NTFS</code> file system with a mount point in the Fedora installer. You may label - <a class="indexterm" name="id614585"></a> - <a class="indexterm" name="id614606"></a> <em class="firstterm"><code class="systemitem">vfat</code></em> + <a class="indexterm" name="id345475"></a> + <a class="indexterm" name="id345495"></a> <em class="firstterm"><code class="systemitem">vfat</code></em> (<code class="systemitem">FAT16</code> or <code class="systemitem">FAT32</code>) partitions with a mount point. @@ -201,7 +213,7 @@ and user data, it is easier to upgrade your system. The installation program allows you to erase or retain data on specific partitions. If your user data is on a separate - <a class="indexterm" name="id614669"></a> <code class="filename">/home</code> partition, you can + <a class="indexterm" name="id345558"></a> <code class="filename">/home</code> partition, you can retain that data while erasing system partitions such as <code class="filename">/boot</code>. </p> @@ -220,7 +232,7 @@ <dd> <p> Select this option to erase an existing partition - <a class="indexterm" name="id614741"></a> or LVM physical volume. To delete an LVM + <a class="indexterm" name="id345631"></a> or LVM physical volume. To delete an LVM physical volume, first delete any volume groups of which that physical volume is a member. </p> @@ -239,7 +251,7 @@ <dd> <p> Select this option to set up software RAID - <a class="indexterm" name="id614808"></a> on your Fedora system. + <a class="indexterm" name="id345698"></a> on your Fedora system. </p> <div class="variablelist"><dl> <dt><span class="term"><span class="guilabel"><strong>Create a software RAID @@ -270,7 +282,7 @@ <dd> <p> Select this option to set up LVM - <a class="indexterm" name="id614904"></a> on your Fedora system. First create at least one + <a class="indexterm" name="id345794"></a> on your Fedora system. First create at least one partition or software RAID device as an LVM physical volume, using the <span class="application"><strong>New</strong></span> dialog. For more information on LVM, refer to <a class="xref" href="sn-partitioning-lvm.php" title="12.3. Understanding LVM">Section 12.3, â??Understanding LVMâ??</a>. Index: sn-expert-download.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-expert-download.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-expert-download.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-expert-download.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>2.2. Download Files</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-experts-quickstart.php" title="Chapter 2. Quick Start for Experts"> +<link rel="prev" href="ch-experts-quickstart.php" title="Chapter 2. Quick Start for Experts"> +<link rel="next" href="sn-expert-prepare.php" title="2.3. Prepare for Installation"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -30,11 +42,11 @@ <th align="left">Verify your downloads</th> </tr> <tr><td align="left" valign="top"><p>Downloads may fail for any number of reasons. Always verify - the sha1sum of the downloaded files.</p></td></tr> + the sha1sum of the downloaded files.</p></td></tr> </table></div> <div class="orderedlist"><ol type="1"> <li> -<a class="indexterm" name="id541806"></a><p>Download the ISO image for a Live image. Create CD media +<a class="indexterm" name="id359085"></a><p>Download the ISO image for a Live image. Create CD media from the ISO file using your preferred application. You may also use the <span class="package">livecd-tools</span> package to write the image to other bootable media such as a USB flash disk. @@ -46,8 +58,10 @@ preferred application, or put the images on a Windows FAT32 or Linux ext2/ext3 partition.</p></li> <li><p>Download the <code class="filename">boot.iso</code> image for a - minimal boot CD or USB flash drive. Write the image to the - approriate physical media to create bootable media.</p></li> + minimal boot CD or USB flash drive. Write the image to the + approriate physical media to create bootable media. The boot + media contains no packages but must be pointed at a hard disk or + online repository to complete the installation.</p></li> <li><p>Download the <code class="filename">netinst.iso</code> image for a reduced-size boot CD. Write the image to the appropriate physical media to create bootable media.</p></li> Index: sn-expert-install.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-expert-install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-expert-install.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-expert-install.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>2.4. Install Fedora</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-experts-quickstart.php" title="Chapter 2. Quick Start for Experts"> +<link rel="prev" href="sn-expert-prepare.php" title="2.3. Prepare for Installation"> +<link rel="next" href="sn-expert-post-install.php" title="2.5. Perform Post-installation Steps"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-expert-post-install.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-expert-post-install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-expert-post-install.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-expert-post-install.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>2.5. Perform Post-installation Steps</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-experts-quickstart.php" title="Chapter 2. Quick Start for Experts"> +<link rel="prev" href="sn-expert-install.php" title="2.4. Install Fedora"> +<link rel="next" href="ch-new-users.php" title="Chapter 3. New Users"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-expert-prepare.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-expert-prepare.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-expert-prepare.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-expert-prepare.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>2.3. Prepare for Installation</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-experts-quickstart.php" title="Chapter 2. Quick Start for Experts"> +<link rel="prev" href="sn-expert-download.php" title="2.2. Download Files"> +<link rel="next" href="sn-expert-install.php" title="2.4. Install Fedora"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -23,7 +35,7 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-expert-prepare">2.3. Prepare for Installation</h2></div></div></div> -<a class="indexterm" name="id581988"></a><p>Back up any user data you need to preserve.</p> +<a class="indexterm" name="id357130"></a><p>Back up any user data you need to preserve.</p> <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Resizing Partitions"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="./stylesheet-images/tip.png"></td> Index: sn-feedback.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-feedback.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-feedback.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-feedback.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>1.3. Feedback</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-introduction.php" title="Chapter 1. Introduction"> +<link rel="prev" href="sn-about-document.php" title="1.2. About This Document"> +<link rel="next" href="ch-experts-quickstart.php" title="Chapter 2. Quick Start for Experts"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -23,12 +35,11 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-feedback">1.3. Feedback</h2></div></div></div> -<a class="indexterm" name="id570878"></a><a class="indexterm" name="id570890"></a><p>The Fedora Documentation Project (Fedora Docs Project) is a group of volunteer writers, editors, +<a class="indexterm" name="id349448"></a><a class="indexterm" name="id351181"></a><p>The Fedora Documentation Project (Fedora Docs Project) is a group of volunteer writers, editors, translators, and other contributors who create content for free and open source software. The Fedora Docs Project maintains this document and is always interested in reader feedback.</p> -<p>To send feedback regarding this document, send email to <a class="ulink" href="mailto:docs@xxxxxxxxxxxxxxxxx" target="_top">docs@xxxxxxxxxxxxxxxxx</a>, - or visit <a class="ulink" href="https://bugzilla.redhat.com/" target="_top">https://bugzilla.redhat.com/</a> to file a bug +<p>To send feedback regarding this document, file a bug in Bugzilla. To file a bug, fill in "Fedora Documentation" as the Product, choose the name of this document from the Component list, and choose "devel" as the version. Fedora Docs Project volunteers receive your feedback, and Index: sn-finishing-upgrade.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-finishing-upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-finishing-upgrade.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-finishing-upgrade.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>17.2. Finishing an Upgrade</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-next-steps.php" title="Chapter 17. Your Next Steps"> +<link rel="prev" href="ch-next-steps.php" title="Chapter 17. Your Next Steps"> +<link rel="next" href="sn-switching-to-gui-login.php" title="17.3. Switching to a Graphical Login"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -15,7 +27,7 @@ <td width="20%" align="left"> <a accesskey="p" href="ch-next-steps.php">Prev</a> </td> <th width="60%" align="center">Chapter 17. Your Next Steps</th> -<td width="20%" align="right"> <a accesskey="n" href="sn-news-subscriptions.php">Next</a> +<td width="20%" align="right"> <a accesskey="n" href="sn-switching-to-gui-login.php">Next</a> </td> </tr> </table> @@ -76,13 +88,13 @@ <td width="40%" align="left"> <a accesskey="p" href="ch-next-steps.php">Prev</a> </td> <td width="20%" align="center"><a accesskey="u" href="ch-next-steps.php">Up</a></td> -<td width="40%" align="right"> <a accesskey="n" href="sn-news-subscriptions.php">Next</a> +<td width="40%" align="right"> <a accesskey="n" href="sn-switching-to-gui-login.php">Next</a> </td> </tr> <tr> <td width="40%" align="left" valign="top">Chapter 17. Your Next Steps </td> <td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td> -<td width="40%" align="right" valign="top"> 17.3. Subscribing to Fedora Announcements and News</td> +<td width="40%" align="right" valign="top"> 17.3. Switching to a Graphical Login</td> </tr> </table> </div> Index: sn-firstboot-datetime.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-firstboot-datetime.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-firstboot-datetime.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-firstboot-datetime.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>16.2. Date and Time</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-firstboot.php" title="Chapter 16. First Boot"> +<link rel="prev" href="ch-firstboot.php" title="Chapter 16. First Boot"> +<link rel="next" href="sn-firstboot-systemuser.php" title="16.3. System User"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -27,7 +39,7 @@ If your system does not have Internet access or a network time server, manually set the date and time for your system on this screen. Otherwise, use - <a class="indexterm" name="id582325"></a> + <a class="indexterm" name="id351332"></a> <em class="firstterm">NTP</em> (Network Time Protocol) servers to maintain the accuracy of the clock. NTP provides time synchronization service to computers on the same network. The Index: sn-firstboot-systemuser.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-firstboot-systemuser.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-firstboot-systemuser.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-firstboot-systemuser.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>16.3. System User</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-firstboot.php" title="Chapter 16. First Boot"> +<link rel="prev" href="sn-firstboot-datetime.php" title="16.2. Date and Time"> +<link rel="next" href="sn-smolt.php" title="16.4. Hardware Profile"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-general-disk-setup.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-general-disk-setup.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-general-disk-setup.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-general-disk-setup.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>12.6. General Disk Setup</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="prev" href="sn-partitioning-advice.php" title="12.5. Advice on Partitions"> +<link rel="next" href="sn-disk-druid.php" title="12.7. Disk Druid"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-graphics-problem.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-graphics-problem.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-graphics-problem.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-graphics-problem.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>4.5. Graphical and Text Interfaces</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-beginninginstallation.php" title="Chapter 4. Beginning the Installation"> +<link rel="prev" href="sn-booting-from-pxe.php" title="4.4. Booting from the Network using PXE"> +<link rel="next" href="ch-installer-locale.php" title="Chapter 5. Identifying Your Locale"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-hostname.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-hostname.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-hostname.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-hostname.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>9.2. Hostname</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-networkconfig.php" title="Chapter 9. Network Configuration"> +<link rel="prev" href="ch-networkconfig.php" title="Chapter 9. Network Configuration"> +<link rel="next" href="sn-network-misc-settings.php" title="9.3. Miscellaneous Settings"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -25,13 +37,13 @@ <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-hostname">9.2. Hostname</h2></div></div></div> <p> On some networks, the DHCP provider also provides the name of the - computer, or <a class="indexterm" name="id577402"></a> <em class="firstterm">hostname</em>. To specify the + computer, or <a class="indexterm" name="id363306"></a> <em class="firstterm">hostname</em>. To specify the hostname, select <span class="guilabel"><strong>Manual</strong></span> and type the complete name in the box. The complete hostname includes both the name of the machine and the name of the domain of which it is a member, such as <code class="systemitem"><em class="replaceable"><code>machine1.example.com</code></em></code>. The machine name (or "short hostname") is <code class="systemitem"><em class="replaceable"><code>machine1</code></em></code>, - and the <a class="indexterm" name="id546921"></a> domain name is <code class="systemitem"><em class="replaceable"><code>example.com</code></em></code>. + and the <a class="indexterm" name="id363345"></a> domain name is <code class="systemitem"><em class="replaceable"><code>example.com</code></em></code>. </p> <p>To set up a home network that is behind an Internet firewall or router, you may want to use <code class="systemitem"><em class="replaceable"><code>hostname</code></em>.localdomain</code> Index: sn-install-diff-source.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-install-diff-source.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-install-diff-source.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-install-diff-source.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>4.2. Installing from a Different Source</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-beginninginstallation.php" title="Chapter 4. Beginning the Installation"> +<link rel="prev" href="ch-beginninginstallation.php" title="Chapter 4. Beginning the Installation"> +<link rel="next" href="sn-verifying-media.php" title="4.3. Verifying Media"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-install-tcpip-config.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-install-tcpip-config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-install-tcpip-config.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-install-tcpip-config.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>6.3. Installation TCP/IP Configuration</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-other-install-methods.php" title="Chapter 6. Installation Methods"> +<link rel="prev" href="sn-installing-from-harddrive.php" title="6.2. Installation from a Hard Drive"> +<link rel="next" href="sn-nfs-install-settings.php" title="6.4. NFS Installation Setup"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -27,7 +39,7 @@ The installation program is network-aware and can use network settings for a number of functions. For instance, you can install Fedora from a network server using FTP, HTTP, or - <a class="indexterm" name="id568771"></a> NFS protocols. You can also instruct the + <a class="indexterm" name="id363793"></a> NFS protocols. You can also instruct the installation program to consult additional software repositories later in the process. </p> Index: sn-installer-keyboard.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-installer-keyboard.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-installer-keyboard.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-installer-keyboard.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>5.2. Keyboard Configuration</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-installer-locale.php" title="Chapter 5. Identifying Your Locale"> +<link rel="prev" href="ch-installer-locale.php" title="Chapter 5. Identifying Your Locale"> +<link rel="next" href="ch-other-install-methods.php" title="Chapter 6. Installation Methods"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-installing-from-harddrive.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-installing-from-harddrive.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-installing-from-harddrive.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-installing-from-harddrive.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>6.2. Installation from a Hard Drive</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-other-install-methods.php" title="Chapter 6. Installation Methods"> +<link rel="prev" href="ch-other-install-methods.php" title="Chapter 6. Installation Methods"> +<link rel="next" href="sn-install-tcpip-config.php" title="6.3. Installation TCP/IP Configuration"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -34,12 +46,12 @@ <p> The partition on the hard drive holding the ISO files must be formatted with the - <a class="indexterm" name="id582025"></a> - <a class="indexterm" name="id582038"></a> <em class="firstterm">ext2</em>, - <a class="indexterm" name="id582055"></a> - <a class="indexterm" name="id582069"></a> <em class="firstterm">ext3</em> or - <a class="indexterm" name="id552009"></a> - <a class="indexterm" name="id552022"></a> <em class="firstterm">vfat</em> file system. In Fedora, + <a class="indexterm" name="id358626"></a> + <a class="indexterm" name="id358640"></a> <em class="firstterm">ext2</em>, + <a class="indexterm" name="id358657"></a> + <a class="indexterm" name="id358670"></a> <em class="firstterm">ext3</em> or + <a class="indexterm" name="id361497"></a> + <a class="indexterm" name="id361510"></a> <em class="firstterm">vfat</em> file system. In Fedora, <code class="systemitem">vfat</code> includes a range of file systems, such as FAT-16 and FAT-32, found on most removable media. External hard drives usually contain <code class="systemitem">vfat</code> (FAT-32) file systems. Some Index: sn-making-media.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-making-media.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-making-media.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-making-media.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>3.4. How Do I Make Fedora Media?</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-new-users.php" title="Chapter 3. New Users"> +<link rel="prev" href="sn-which-files.php" title="3.3. Which Files Do I Download?"> +<link rel="next" href="sn-cannot-download.php" title="3.5. What If I Cannot Download Fedora?"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -24,8 +36,8 @@ <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-making-media">3.4. How Do I Make Fedora Media?</h2></div></div></div> <p> - You can turn Fedora ISO files into either CD or DVD discs, or - into bootable USB media. + You can turn Fedora ISO files into either CD or DVD discs. You + can turn Fedora Live ISO files into bootable USB media. </p> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-making-disc-media">3.4.1. Making CD or DVD Discs</h3></div></div></div> @@ -34,11 +46,11 @@ <a class="ulink" href="http://docs.fedoraproject.org/readme-burning-isos/" target="_top">http://docs.fedoraproject.org/readme-burning-isos/</a>.</p> </div> <div class="section" lang="en-US"> -<div class="titlepage"><div><div><h3 class="title" id="id543953">3.4.2. Making USB Media</h3></div></div></div> +<div class="titlepage"><div><div><h3 class="title" id="id325326">3.4.2. Making USB Media</h3></div></div></div> <p> - To make bootable USB media, use either a Fedora Live image or - one of the minimal boot ISO files. You can use either a Windows - or Linux system to make the bootable USB media. + To make bootable USB media, use a Fedora Live image. You can + use either a Windows or Linux system to make the bootable USB + media. </p> <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note: USB Image Writing is Nondestructive"> <tr> @@ -46,7 +58,7 @@ <th align="left">USB Image Writing is Nondestructive</th> </tr> <tr><td align="left" valign="top"><p> - Writing the Live or minimal boot image to the USB media is + Writing the Live image to the USB media is <span class="emphasis"><em>nondestructive</em></span>. Any existing data on the media will not be harmed. </p></td></tr> @@ -58,10 +70,9 @@ up important data before performing sensitive disk operations.</em></span> </p> -<div class="procedure"> -<a name="id543988"></a><ol type="1"> +<div class="procedure"><ol type="1"> <li><p> - Download a Live or minimal boot ISO file as shown in <a class="xref" href="sn-which-files.php" title="3.3. Which Files Do I Download?">Section 3.3, â??Which Files Do I Download?â??</a>. + Download a Live ISO file as shown in <a class="xref" href="sn-which-files.php" title="3.3. Which Files Do I Download?">Section 3.3, â??Which Files Do I Download?â??</a>. </p></li> <li><p> Download the Windows @@ -72,11 +83,9 @@ <span class="application"><strong>liveusb-creator</strong></span> program to create the bootable USB media. </p></li> -</ol> -<p class="title"><b>Procedure 3.1. Creating Bootable USB Media with Windows</b></p> -</div> +</ol></div> <div class="procedure"> -<a name="id544045"></a><p> +<p> USB media often comes in the form of flash devices sometimes called <em class="firstterm">pen drives</em>, <em class="firstterm">thumb disks</em>, or <em class="firstterm">keys</em>; or as an @@ -96,7 +105,7 @@ </table></div> <ol type="1"> <li><p> - Download a Live or minimal boot ISO file as shown in <a class="xref" href="sn-which-files.php" title="3.3. Which Files Do I Download?">Section 3.3, â??Which Files Do I Download?â??</a>. + Download a Live ISO file as shown in <a class="xref" href="sn-which-files.php" title="3.3. Which Files Do I Download?">Section 3.3, â??Which Files Do I Download?â??</a>. </p></li> <li> <p> @@ -137,7 +146,6 @@ </p> </li> </ol> -<p class="title"><b>Procedure 3.2. Creating Bootable USB Media with Linux</b></p> </div> </div> </div> Index: sn-medialess-booting.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-medialess-booting.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-medialess-booting.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-medialess-booting.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>B.3. Booting to Installation</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-medialess-install.php" title="Appendix B. Installing Without Media"> +<link rel="prev" href="sn-medialess-editing-grub-conf.php" title="B.2. Editing the GRUB Configuration"> +<link rel="next" href="ap-install-server.php" title="Appendix C. Setting Up an Installation Server"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-medialess-editing-grub-conf.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-medialess-editing-grub-conf.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-medialess-editing-grub-conf.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-medialess-editing-grub-conf.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>B.2. Editing the GRUB Configuration</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-medialess-install.php" title="Appendix B. Installing Without Media"> +<link rel="prev" href="ap-medialess-install.php" title="Appendix B. Installing Without Media"> +<link rel="next" href="sn-medialess-booting.php" title="B.3. Booting to Installation"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-network-misc-settings.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-network-misc-settings.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-network-misc-settings.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-network-misc-settings.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>9.3. Miscellaneous Settings</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-networkconfig.php" title="Chapter 9. Network Configuration"> +<link rel="prev" href="sn-hostname.php" title="9.2. Hostname"> +<link rel="next" href="ch-timezone.php" title="Chapter 10. Time Zone Selection"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -29,13 +41,13 @@ are the IP addresses of other systems on the network. </p> <p> - A <em class="firstterm">gateway</em> <a class="indexterm" name="id547001"></a> is the device that provides access to other networks. - Gateways are also referred to as <a class="indexterm" name="id547011"></a> <em class="firstterm">routers</em>. If your system + A <em class="firstterm">gateway</em> <a class="indexterm" name="id390044"></a> is the device that provides access to other networks. + Gateways are also referred to as <a class="indexterm" name="id390054"></a> <em class="firstterm">routers</em>. If your system connects to other networks through a gateway, enter its IP address in the <span class="guilabel"><strong>Gateway</strong></span> box. </p> <p> - Most software relies on the <a class="indexterm" name="id547039"></a> <em class="firstterm">DNS</em> (Domain Name Service) + Most software relies on the <a class="indexterm" name="id390082"></a> <em class="firstterm">DNS</em> (Domain Name Service) provider to locate machines and services on the network. DNS converts hostnames to IP addresses and vice versa. A Fedora system may use more than one DNS server. If the primary DNS server does Index: sn-news-subscriptions.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-news-subscriptions.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-news-subscriptions.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-news-subscriptions.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>17.4. Subscribing to Fedora Announcements and News</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-next-steps.php" title="Chapter 17. Your Next Steps"> +<link rel="prev" href="sn-switching-to-gui-login.php" title="17.3. Switching to a Graphical Login"> +<link rel="next" href="sn-web-help.php" title="17.5. Finding Documentation and Support"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -10,10 +22,10 @@ <div class="navheader"> <table width="100%" summary="Navigation header"> -<tr><th colspan="3" align="center">17.3. Subscribing to Fedora Announcements and News</th></tr> +<tr><th colspan="3" align="center">17.4. Subscribing to Fedora Announcements and News</th></tr> <tr> <td width="20%" align="left"> -<a accesskey="p" href="sn-finishing-upgrade.php">Prev</a> </td> +<a accesskey="p" href="sn-switching-to-gui-login.php">Prev</a> </td> <th width="60%" align="center">Chapter 17. Your Next Steps</th> <td width="20%" align="right"> <a accesskey="n" href="sn-web-help.php">Next</a> </td> @@ -22,7 +34,7 @@ <hr> </div> <div class="section" lang="en-US"> -<div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-news-subscriptions">17.3. Subscribing to Fedora Announcements and News</h2></div></div></div> +<div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-news-subscriptions">17.4. Subscribing to Fedora Announcements and News</h2></div></div></div> <p> To receive information about package updates, subscribe to either the announcements mailing list, or the RSS feeds. @@ -62,15 +74,15 @@ <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"> -<a accesskey="p" href="sn-finishing-upgrade.php">Prev</a> </td> +<a accesskey="p" href="sn-switching-to-gui-login.php">Prev</a> </td> <td width="20%" align="center"><a accesskey="u" href="ch-next-steps.php">Up</a></td> <td width="40%" align="right"> <a accesskey="n" href="sn-web-help.php">Next</a> </td> </tr> <tr> -<td width="40%" align="left" valign="top">17.2. Finishing an Upgrade </td> +<td width="40%" align="left" valign="top">17.3. Switching to a Graphical Login </td> <td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td> -<td width="40%" align="right" valign="top"> 17.4. Finding Documentation and Support</td> +<td width="40%" align="right" valign="top"> 17.5. Finding Documentation and Support</td> </tr> </table> </div> Index: sn-nfs-install-settings.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-nfs-install-settings.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-nfs-install-settings.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-nfs-install-settings.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>6.4. NFS Installation Setup</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-other-install-methods.php" title="Chapter 6. Installation Methods"> +<link rel="prev" href="sn-install-tcpip-config.php" title="6.3. Installation TCP/IP Configuration"> +<link rel="next" href="sn-url-install-settings.php" title="6.5. Web and FTP Installation Setup"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-package-selection.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-package-selection.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-package-selection.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-package-selection.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>14.2. Customizing the Software Selection</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-packageselection.php" title="Chapter 14. Software Selection"> +<link rel="prev" href="ch-packageselection.php" title="Chapter 14. Software Selection"> +<link rel="next" href="ch-installing-packages.php" title="Chapter 15. Installing Packages"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -42,7 +54,7 @@ </table></div> <p> Fedora divides the included software into - <a class="indexterm" name="id553253"></a> <em class="firstterm">package groups</em>. For ease of + <a class="indexterm" name="id331455"></a> <em class="firstterm">package groups</em>. For ease of use, the package selection screen displays these groups as categories. </p> Index: sn-partitioning-advice.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-partitioning-advice.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-partitioning-advice.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-partitioning-advice.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>12.5. Advice on Partitions</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="prev" href="sn-understanding-encryption.php" title="12.4. Understanding Encryption"> +<link rel="next" href="sn-general-disk-setup.php" title="12.6. General Disk Setup"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-partitioning-general.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-partitioning-general.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-partitioning-general.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-partitioning-general.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>12.2. General Information on Partitions</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="prev" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="next" href="sn-partitioning-lvm.php" title="12.3. Understanding LVM"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -50,7 +62,7 @@ <p> The RAM installed in your computer provides a pool of memory for running systems. Linux systems use - <a class="indexterm" name="id548795"></a> <em class="firstterm">swap partitions</em> to + <a class="indexterm" name="id349513"></a> <em class="firstterm">swap partitions</em> to expand this pool, by automatically moving portions of memory between RAM and swap partitions if insufficient RAM is available. In addition, certain power management features store all of the @@ -61,11 +73,11 @@ <p> Data partitions provide storage for files. Each data partition has a - <a class="indexterm" name="id548817"></a> <em class="firstterm">mount point</em>, to indicate the + <a class="indexterm" name="id349534"></a> <em class="firstterm">mount point</em>, to indicate the system directory whose contents reside on that partition. A partition with no mount point is not accessible by users. Data not located on any other partition resides in the <code class="filename">/</code> (or - <a class="indexterm" name="id548840"></a> <em class="firstterm">root</em>) partition. + <a class="indexterm" name="id349557"></a> <em class="firstterm">root</em>) partition. </p> <div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Important: Root and /root"> <tr> @@ -75,9 +87,9 @@ </tr> <tr><td align="left" valign="top"><p> The <code class="filename">/</code> (or - <a class="indexterm" name="id573632"></a> root) partition is the top of the directory + <a class="indexterm" name="id390395"></a> root) partition is the top of the directory structure. The - <a class="indexterm" name="id573645"></a> <code class="filename">/root</code> + <a class="indexterm" name="id390408"></a> <code class="filename">/root</code> (sometimes pronounced "slash-root") directory is the home directory of the user account for system administration. </p></td></tr> @@ -128,13 +140,13 @@ <div class="titlepage"><div><div><h3 class="title" id="sn-partitioning-types">12.2.1. Partition Types</h3></div></div></div> <p> Every partition has a - <a class="indexterm" name="id576082"></a> <em class="firstterm">partition type</em>, to indicate + <a class="indexterm" name="id387592"></a> <em class="firstterm">partition type</em>, to indicate the format of the - <a class="indexterm" name="id576103"></a> <em class="firstterm">file system</em> on that + <a class="indexterm" name="id387613"></a> <em class="firstterm">file system</em> on that partition. The file system enables Linux to organize, search, and retrieve files stored on that partition. Use the - <a class="indexterm" name="id576117"></a> - <a class="indexterm" name="id576138"></a> <em class="firstterm"><code class="systemitem">ext3</code></em> file system + <a class="indexterm" name="id387627"></a> + <a class="indexterm" name="id387648"></a> <em class="firstterm"><code class="systemitem">ext3</code></em> file system for data partitions that are not part of LVM, unless you have specific needs that require another type of file system. </p> Index: sn-partitioning-lvm.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-partitioning-lvm.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-partitioning-lvm.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-partitioning-lvm.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>12.3. Understanding LVM</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="prev" href="sn-partitioning-general.php" title="12.2. General Information on Partitions"> +<link rel="next" href="sn-understanding-encryption.php" title="12.4. Understanding Encryption"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -23,15 +35,15 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-partitioning-lvm">12.3. Understanding LVM</h2></div></div></div> -<a class="indexterm" name="id576337"></a><p> +<a class="indexterm" name="id344099"></a><p> LVM (Logical Volume Management) partitions provide a number of advantages over standard partitions. LVM partitions are formatted as - <a class="indexterm" name="id576354"></a> <em class="firstterm">physical volumes</em>. One or + <a class="indexterm" name="id344116"></a> <em class="firstterm">physical volumes</em>. One or more physical volumes are combined to form a - <a class="indexterm" name="id576371"></a> <em class="firstterm">volume group</em>. Each volume + <a class="indexterm" name="id344133"></a> <em class="firstterm">volume group</em>. Each volume group's total storage is then divided into one or more - <a class="indexterm" name="id576388"></a> <em class="firstterm">logical volumes</em>. The logical + <a class="indexterm" name="id344150"></a> <em class="firstterm">logical volumes</em>. The logical volumes function much like standard partitions. They have a file system type, such as <code class="systemitem">ext3</code>, and a mount point. </p> Index: sn-raid-config.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-raid-config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-raid-config.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-raid-config.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>7.2. RAID or Other Nonstandard Configurations</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-welcome.php" title="Chapter 7. Welcome Dialog"> +<link rel="prev" href="ch-welcome.php" title="Chapter 7. Welcome Dialog"> +<link rel="next" href="ch-upgrading-system.php" title="Chapter 8. Upgrading an Existing System"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-remote-logging.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-remote-logging.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-remote-logging.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-remote-logging.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>A.3. Logging to a Remote System During the Installation</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-admin-options.php" title="Appendix A. Boot Options"> +<link rel="prev" href="sn-remoteaccess-installation.php" title="A.2. Enabling Remote Access to the Installation System"> +<link rel="next" href="sn-automating-installation.php" title="A.4. Automating the Installation with Kickstart"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -27,7 +39,7 @@ By default, the installation process sends log messages to the console as they are generated. You may specify that these messages go to a remote system that runs a - <a class="indexterm" name="id585465"></a> + <a class="indexterm" name="id374175"></a> <em class="firstterm">syslog</em> service. </p> <p> Index: sn-remoteaccess-installation.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-remoteaccess-installation.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-remoteaccess-installation.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-remoteaccess-installation.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>A.2. Enabling Remote Access to the Installation System</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ap-admin-options.php" title="Appendix A. Boot Options"> +<link rel="prev" href="ap-admin-options.php" title="Appendix A. Boot Options"> +<link rel="next" href="sn-remote-logging.php" title="A.3. Logging to a Remote System During the Installation"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -29,7 +41,7 @@ display requires <code class="command">telnet</code>, which is installed by default on Fedora systems. To remotely access the graphical display of an installation system, use client software that supports the - <a class="indexterm" name="id584955"></a> + <a class="indexterm" name="id373667"></a> VNC (Virtual Network Computing) display protocol. A number of providers offer VNC clients for Microsoft Windows and Mac OS, as well as UNIX-based systems. @@ -40,7 +52,7 @@ <th align="left">Installing a VNC Client on Fedora</th> </tr> <tr><td align="left" valign="top"><p> - <a class="indexterm" name="id584976"></a> + <a class="indexterm" name="id373688"></a> Fedora includes <span class="application"><strong>vncviewer</strong></span>, the client provided by the developers of VNC. To obtain <span class="application"><strong>vncviewer</strong></span>, install the @@ -58,7 +70,7 @@ <div class="section" lang="en-US"> <div class="titlepage"><div><div><h3 class="title" id="sn-remoteaccess-installation-vnc">A.2.1. Enabling Remote Access with VNC</h3></div></div></div> <p> - <a class="indexterm" name="id585033"></a> + <a class="indexterm" name="id373744"></a> To enable remote graphical access to the installation system, enter two options at the prompt: </p> @@ -111,7 +123,7 @@ <p> To have the installation system automatically connect to a VNC client, first start the client in - <a class="indexterm" name="id585181"></a> + <a class="indexterm" name="id373891"></a> listening mode. On Fedora systems, use the <code class="option">-listen</code> option to run <span class="application"><strong>vncviewer</strong></span> as a listener. In a @@ -163,7 +175,7 @@ <div class="titlepage"><div><div><h3 class="title" id="sn-telnet-installation">A.2.3. Enabling Remote Access with Telnet</h3></div></div></div> <p> To enable remote access to a text mode installation, use the - <a class="indexterm" name="id585368"></a> + <a class="indexterm" name="id374079"></a> <code class="option">telnet</code> option at the <code class="prompt">boot:</code> prompt: Index: sn-smolt.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-smolt.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-smolt.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-smolt.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>16.4. Hardware Profile</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-firstboot.php" title="Chapter 16. First Boot"> +<link rel="prev" href="sn-firstboot-systemuser.php" title="16.3. System User"> +<link rel="next" href="ch-next-steps.php" title="Chapter 17. Your Next Steps"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-start-installation.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-start-installation.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-start-installation.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-start-installation.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>3.6. How Do I Start the Installation Program?</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-new-users.php" title="Chapter 3. New Users"> +<link rel="prev" href="sn-cannot-download.php" title="3.5. What If I Cannot Download Fedora?"> +<link rel="next" href="ch-beginninginstallation.php" title="Chapter 4. Beginning the Installation"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -23,8 +35,8 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-start-installation">3.6. How Do I Start the Installation Program?</h2></div></div></div> -<a class="indexterm" name="id544246"></a><a class="indexterm" name="id544256"></a><a class="indexterm" name="id544270"></a><p>To start the installation program from minimal boot media, the - rescue CD, or the distribution DVD, follow this procedure:</p> +<a class="indexterm" name="id325613"></a><a class="indexterm" name="id325623"></a><a class="indexterm" name="id325636"></a><p>To start the installation program from minimal boot media, a + Live image, or the distribution DVD, follow this procedure:</p> <div class="procedure"><ol type="1"> <li><p>Power off your computer system.</p></li> <li><p>Disconnect any external FireWire or USB disks that you do Index: sn-understanding-encryption.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-understanding-encryption.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-understanding-encryption.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-understanding-encryption.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>12.4. Understanding Encryption</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-disk-partitioning.php" title="Chapter 12. Disk Partitioning"> +<link rel="prev" href="sn-partitioning-lvm.php" title="12.3. Understanding LVM"> +<link rel="next" href="sn-partitioning-advice.php" title="12.5. Advice on Partitions"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-upgrade-tree.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-upgrade-tree.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-upgrade-tree.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-upgrade-tree.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>8.2. Upgrading Using the Installer</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-upgrading-system.php" title="Chapter 8. Upgrading an Existing System"> +<link rel="prev" href="ch-upgrading-system.php" title="Chapter 8. Upgrading an Existing System"> +<link rel="next" href="sn-upgrading-bootloader.php" title="8.3. Upgrading Boot Loader Configuration"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-upgrading-bootloader.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-upgrading-bootloader.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-upgrading-bootloader.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-upgrading-bootloader.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>8.3. Upgrading Boot Loader Configuration</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-upgrading-system.php" title="Chapter 8. Upgrading an Existing System"> +<link rel="prev" href="sn-upgrade-tree.php" title="8.2. Upgrading Using the Installer"> +<link rel="next" href="ch-networkconfig.php" title="Chapter 9. Network Configuration"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -24,8 +36,8 @@ <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-upgrading-bootloader">8.3. Upgrading Boot Loader Configuration</h2></div></div></div> <p> - <a class="indexterm" name="id558891"></a> Your completed Fedora installation must be registered - in the <a class="indexterm" name="id558904"></a> <em class="firstterm">boot loader</em> to boot properly. + <a class="indexterm" name="id346415"></a> Your completed Fedora installation must be registered + in the <a class="indexterm" name="id358760"></a> <em class="firstterm">boot loader</em> to boot properly. A boot loader is software on your machine that locates and starts the operating system. Refer to <a class="xref" href="ch-bootloader.php" title="Chapter 13. Boot Loader">Chapter 13, <i>Boot Loader</i></a> for more information about boot loaders. Index: sn-url-install-settings.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-url-install-settings.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-url-install-settings.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-url-install-settings.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>6.5. Web and FTP Installation Setup</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-other-install-methods.php" title="Chapter 6. Installation Methods"> +<link rel="prev" href="sn-nfs-install-settings.php" title="6.4. NFS Installation Setup"> +<link rel="next" href="ch-welcome.php" title="Chapter 7. Welcome Dialog"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-utc.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-utc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-utc.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-utc.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>10.2. Universal Co-ordinated Time (UTC)</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-timezone.php" title="Chapter 10. Time Zone Selection"> +<link rel="prev" href="ch-timezone.php" title="Chapter 10. Time Zone Selection"> +<link rel="next" href="ch-rootpassword.php" title="Chapter 11. Set the Root Password"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -23,7 +35,7 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-utc">10.2. Universal Co-ordinated Time (UTC)</h2></div></div></div> -<a class="indexterm" name="id573231"></a><a class="indexterm" name="id555152"></a><p>For purposes of addressing time zones, Universal Co-ordinated +<a class="indexterm" name="id327406"></a><a class="indexterm" name="id362757"></a><p>For purposes of addressing time zones, Universal Co-ordinated Time is also known as Greenwich Mean Time (GMT).</p> <p> If Fedora is the only operating system on your computer, select Index: sn-verifying-media.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-verifying-media.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-verifying-media.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-verifying-media.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>4.3. Verifying Media</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-beginninginstallation.php" title="Chapter 4. Beginning the Installation"> +<link rel="prev" href="sn-install-diff-source.php" title="4.2. Installing from a Different Source"> +<link rel="next" href="sn-booting-from-pxe.php" title="4.4. Booting from the Network using PXE"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); Index: sn-web-help.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-web-help.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-web-help.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-web-help.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>17.5. Finding Documentation and Support</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-next-steps.php" title="Chapter 17. Your Next Steps"> +<link rel="prev" href="sn-news-subscriptions.php" title="17.4. Subscribing to Fedora Announcements and News"> +<link rel="next" href="sn-community.php" title="17.6. Joining the Fedora Community"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -10,7 +22,7 @@ <div class="navheader"> <table width="100%" summary="Navigation header"> -<tr><th colspan="3" align="center">17.4. Finding Documentation and Support</th></tr> +<tr><th colspan="3" align="center">17.5. Finding Documentation and Support</th></tr> <tr> <td width="20%" align="left"> <a accesskey="p" href="sn-news-subscriptions.php">Prev</a> </td> @@ -22,7 +34,7 @@ <hr> </div> <div class="section" lang="en-US"> -<div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-web-help">17.4. Finding Documentation and Support</h2></div></div></div> +<div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-web-help">17.5. Finding Documentation and Support</h2></div></div></div> <p> Members of the Fedora community provides support through mailing lists, Web forums and Linux User Groups (LUGs) across the world. @@ -88,9 +100,9 @@ </td> </tr> <tr> -<td width="40%" align="left" valign="top">17.3. Subscribing to Fedora Announcements and News </td> +<td width="40%" align="left" valign="top">17.4. Subscribing to Fedora Announcements and News </td> <td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td> -<td width="40%" align="right" valign="top"> 17.5. Joining the Fedora Community</td> +<td width="40%" align="right" valign="top"> 17.6. Joining the Fedora Community</td> </tr> </table> </div> Index: sn-which-arch.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-which-arch.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-which-arch.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-which-arch.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>3.2. Which Architecture Is My Computer?</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-new-users.php" title="Chapter 3. New Users"> +<link rel="prev" href="ch-new-users.php" title="Chapter 3. New Users"> +<link rel="next" href="sn-which-files.php" title="3.3. Which Files Do I Download?"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -23,12 +35,12 @@ </div> <div class="section" lang="en-US"> <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-which-arch">3.2. Which Architecture Is My Computer?</h2></div></div></div> -<a class="indexterm" name="id566964"></a><p>Releases are separated by <em class="firstterm">architecture</em>, +<a class="indexterm" name="id330333"></a><p>Releases are separated by <em class="firstterm">architecture</em>, or type of computer processor. Use the following table to determine the architecture of your computer according to the type of processor. Consult your manufacturer's documentation for details on the processor if necessary.</p> -<a class="indexterm" name="id566984"></a><div class="segmentedlist"> +<a class="indexterm" name="id330352"></a><div class="segmentedlist"> <div class="title"><strong><span class="title">Processor and Architecture Types</span></strong></div> <table border="0"> <thead><tr class="segtitle"> Index: sn-which-files.php =================================================================== RCS file: /cvs/fedora/web/html/docs/install-guide/f9/en_US/sn-which-files.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sn-which-files.php 13 Jun 2008 17:39:32 -0000 1.2 +++ sn-which-files.php 26 Jul 2008 00:07:53 -0000 1.3 @@ -1,3 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>3.3. Which Files Do I Download?</title> +<link rel="stylesheet" href="fedora.css" type="text/css"> +<meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> +<link rel="start" href="index.php" title="Fedora 9 Installation Guide"> +<link rel="up" href="ch-new-users.php" title="Chapter 3. New Users"> +<link rel="prev" href="sn-which-arch.php" title="3.2. Which Architecture Is My Computer?"> +<link rel="next" href="sn-making-media.php" title="3.4. How Do I Make Fedora Media?"> +<link rel="copyright" href="ln-legalnotice-opl.php" title="Legal Notice"> +</head> <? include("site.inc"); @@ -52,8 +64,7 @@ <p><b>Minimal Boot Media. </b>If you have a fast Internet connection but do not want to download the entire distribution, you can download a small boot image. Fedora offers images for a minimal boot - environment on CD or USB flash disk, and a reduced size - rescue CD image. Once you boot your system with the minimal + environment on CD. Once you boot your system with the minimal media, you can install Fedora directly over the Internet. Although this method still involves downloading a significant amount of data over the Internet, it is almost @@ -85,7 +96,7 @@ <tbody> <tr class="seglistitem"> <td class="seg">Full distribution on DVD</td> -<td class="seg"><code class="filename">fedora/linux/releases/9/Live/<em class="replaceable"><code>arch</code></em>/iso/F-9-<em class="replaceable"><code>arch</code></em>-DVD.iso</code></td> +<td class="seg"><code class="filename">fedora/linux/releases/9/Fedora/<em class="replaceable"><code>arch</code></em>/iso/F-9-<em class="replaceable"><code>arch</code></em>-DVD.iso</code></td> </tr> <tr class="seglistitem"> <td class="seg">Live image</td> @@ -95,10 +106,8 @@ </td> </tr> <tr class="seglistitem"> -<td class="seg">Minimal CD or USB boot media</td> -<td class="seg"> -<code class="filename">fedora/linux/releases/9/Fedora/<em class="replaceable"><code>arch</code></em>/os/images/boot.iso</code> or <code class="filename">fedora/linux/releases/9/Fedora/<em class="replaceable"><code>arch</code></em>/iso/F-9-<em class="replaceable"><code>arch</code></em>-netinst.iso</code> -</td> +<td class="seg">Minimal CD boot media</td> +<td class="seg"><code class="filename">fedora/linux/releases/9/Fedora/<em class="replaceable"><code>arch</code></em>/os/images/boot.iso</code></td> </tr> </tbody> </table> -- Fedora-websites-list mailing list Fedora-websites-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-websites-list