[install-guide/f19] BZ#984329 - fixed a command in 18.2. Upgrading Your System to contain an entity instead of hard '18'

pbokoc pbokoc at fedoraproject.org
Thu Jul 25 15:44:10 UTC 2013


commit 0e3d579efc76e2ac205d8ad8f053d7b3a6c055fa
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Mon Jul 15 12:19:28 2013 +0200

    BZ#984329 - fixed a command in 18.2. Upgrading Your System to contain an entity instead of hard '18'

 en-US/Upgrading-common-procedure-1.xml |   84 ++++++++++++++++----------------
 1 files changed, 42 insertions(+), 42 deletions(-)
---
diff --git a/en-US/Upgrading-common-procedure-1.xml b/en-US/Upgrading-common-procedure-1.xml
index 2af66b2..a3746d1 100644
--- a/en-US/Upgrading-common-procedure-1.xml
+++ b/en-US/Upgrading-common-procedure-1.xml
@@ -4,54 +4,54 @@
 %BOOK_ENTITIES;
 ]>
 
- <procedure>
-   <step>
-	    <para>
-		Install <application>fedup</application> with your graphical package manager, or type <command>yum install fedup</command> at the command line and press <keycap>Enter</keycap>. 
-	    </para>
-    </step>
-    <step>
-	    <para>
-		The command to run <application>fedup</application> will depend on where you choose to source packages from. Run one of the following commands as root and press <keycap>Enter</keycap>: 
-	    </para>
-	    <itemizedlist>
-	      <listitem>
+<procedure>
+	<step>
 		<para>
-		  To upgrade using a network source:
+			Install <application>fedup</application> with your graphical package manager, or type <command>yum install fedup</command> at the command line and press <keycap>Enter</keycap>. 
 		</para>
-<screen><command>sudo fedup --network 18 --debuglog fedupdebug.log</command></screen>
-	      </listitem>
-	      <listitem>
+	</step>
+	<step>
 		<para>
-		  To upgrade using a Fedora &PRODVER; ISO file you have downloaded:
+			The command to run <application>fedup</application> will depend on where you choose to source packages from. Run one of the following commands as root and press <keycap>Enter</keycap>: 
 		</para>
+		<itemizedlist>
+			<listitem>
+				<para>
+					To upgrade using a network source:
+				</para>
+<screen><command>sudo fedup --network &PRODVER; --debuglog fedupdebug.log</command></screen>
+			</listitem>
+			<listitem>
+				<para>
+					To upgrade using a Fedora &PRODVER; ISO file you have downloaded:
+				</para>
 <screen><command>sudo fedup --iso <replaceable>/path/to/isofile</replaceable>.iso --debuglog=fedupdebug.log </command></screen>
-	      </listitem>
-	      <listitem>
+			</listitem>
+			<listitem>
+				<para>
+					To upgrade using a mounted storage device such as optical or USB media:
+				</para>
+<screen><command>sudo fedup --device <replaceable>/path/to/mountpoint</replaceable> --debuglog=fedupdebug.log </command></screen>
+			</listitem>
+		</itemizedlist>
 		<para>
-		  To upgrade using a mounted storage device such as optical or USB media:
+			If the system you are updating has network access, the latest updates will also be installed regardless of which package source you specify.
 		</para>
-<screen><command>sudo fedup --device <replaceable>/path/to/mountpoint</replaceable> --debuglog=fedupdebug.log </command></screen>
-	      </listitem>
-	    </itemizedlist>
-	    <para>
-	      If the system you are updating has network access, the latest updates will also be installed regardless of which package source you specify.
-	    </para>
-    </step>
-    <step>
-	    <para>
-		If <command>fedup</command> runs successfully without errors, reboot your system.
-	    </para>
-    </step>
-    <step>
-	    <para>
-		In the GRUB menu at startup, select the new entry: <guilabel>System Upgrade</guilabel>.
-	    </para>
-    </step>
-    <step>
-	    <para>
-		<application>fedup</application> will now upgrade your system. It will again reboot the system on completion, and an option to boot Fedora &PRODVER; will then be present in the GRUB menu.
-	    </para>
-    </step>
+	</step>
+	<step>
+		<para>
+			If <command>fedup</command> runs successfully without errors, reboot your system.
+		</para>
+	</step>
+	<step>
+		<para>
+			In the GRUB menu at startup, select the new entry: <guilabel>System Upgrade</guilabel>.
+		</para>
+	</step>
+	<step>
+		<para>
+			<application>fedup</application> will now upgrade your system. It will again reboot the system on completion, and an option to boot Fedora &PRODVER; will then be present in the GRUB menu.
+		</para>
+	</step>
 </procedure>
 


More information about the docs-commits mailing list