[install-guide] Added new fedup commands

Jack Reed jjr at fedoraproject.org
Thu Jan 10 06:00:58 UTC 2013


commit b7088a3c7d5bcb9f78918f4b9b3ff78b4beecf98
Author: Jack Reed <jreed at redhat.com>
Date:   Thu Jan 10 16:00:27 2013 +1000

    Added new fedup commands

 en-US/Upgrading-common-procedure-1.xml |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Upgrading-common-procedure-1.xml b/en-US/Upgrading-common-procedure-1.xml
index 148478e..2af66b2 100644
--- a/en-US/Upgrading-common-procedure-1.xml
+++ b/en-US/Upgrading-common-procedure-1.xml
@@ -12,12 +12,35 @@
     </step>
     <step>
 	    <para>
-		To run <application>fedup</application>, type <command>fedup-cli</command> at the command line as root and press <keycap>Enter</keycap>. 
+		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 18 --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>
+		<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>
+	      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-cli</command> runs successfully without errors, reboot your system.
+		If <command>fedup</command> runs successfully without errors, reboot your system.
 	    </para>
     </step>
     <step>


More information about the docs-commits mailing list