en-US/Graphical_Installation_screenshots.xml en-US/Graphical_Installation-x86.xml en-US/Rescue_Mode.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Thu Jun 18 02:52:26 UTC 2009


 en-US/Graphical_Installation-x86.xml         |    5 ++++-
 en-US/Graphical_Installation_screenshots.xml |   16 ++++++++++++++++
 en-US/Rescue_Mode.xml                        |    2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)

New commits:
commit cd4cb29829a6fcbcb9e4f3a130931c5753147f58
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Thu Jun 18 12:51:58 2009 +1000

    Boot partition for rescue mode (BZ#504874) and Screenshot option (BZ#502407)

diff --git a/en-US/Graphical_Installation-x86.xml b/en-US/Graphical_Installation-x86.xml
index 7a8a5ce..ff0ce3c 100644
--- a/en-US/Graphical_Installation-x86.xml
+++ b/en-US/Graphical_Installation-x86.xml
@@ -39,7 +39,10 @@
 
 <!-- 		<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="IA64_starting-text-mode.xml"/> -->
 		<!-- If you are using an Itanium system, and you do not wish to use the GUI installation program... -->
-		
+
+		<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Graphical_Installation_screenshots.xml"/>
+		<!-- Anaconda allows you to take screenshots during the installation process. -->
+
 		<section id="sn-guimode-virtual-consoles-x86">
 			<title>A Note about Virtual Consoles</title>
 			
diff --git a/en-US/Graphical_Installation_screenshots.xml b/en-US/Graphical_Installation_screenshots.xml
new file mode 100644
index 0000000..4e009fd
--- /dev/null
+++ b/en-US/Graphical_Installation_screenshots.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+
+<section id="sect-adminoptions-screenshots"><title>Screenshots during installation</title>
+	<indexterm significance="normal">
+		<primary>screenshots</primary>
+		<secondary>during installation</secondary>
+	</indexterm>
+	<para>
+		<application>Anaconda</application> allows you to take screenshots during the installation process. At any time during installation, press <keycombo><keycap>Shift</keycap><keycap>Print Screen</keycap></keycombo> and <application>anaconda</application> will save a screenshot to <filename>/root/anaconda-screenshots</filename>.
+	</para>
+	<para>
+		If you are performing a Kickstart installation, use the <option>autostep --autoscreenshot</option> option to generate a screenshot of each step of the installation automatically. Refer to <xref linkend="s1-kickstart2-file"/> for details of configuring a Kickstart file.
+	</para>
+</section>
diff --git a/en-US/Rescue_Mode.xml b/en-US/Rescue_Mode.xml
index 4318ef7..0f69420 100644
--- a/en-US/Rescue_Mode.xml
+++ b/en-US/Rescue_Mode.xml
@@ -310,7 +310,7 @@
 
 				<listitem>
 					<para>
-						Type <command>/sbin/grub-install /dev/hda</command> to reinstall the GRUB boot loader, where <command>/dev/hda</command> is the boot partition.
+						Type <command>/sbin/grub-install <replaceable>bootpart</replaceable></command> to reinstall the GRUB boot loader, where <replaceable>bootpart</replaceable> is the boot partition (typically, /dev/sda). 
 					</para>
 				</listitem>
 





More information about the Fedora-docs-commits mailing list