[release-notes] Fix BZ 872940#c10 (though not in the way proposed)

Ben Cotton bcotton at fedoraproject.org
Mon Jan 14 03:43:54 UTC 2013


commit b6809ef69f45dc821126138fe67d2b38ef94f295
Author: Ben Cotton <bcotton at fedoraproject.org>
Date:   Sun Jan 13 22:42:52 2013 -0500

    Fix BZ 872940#c10 (though not in the way proposed)

 en-US/Installation.xml |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/en-US/Installation.xml b/en-US/Installation.xml
index 9ec495f..36cc106 100644
--- a/en-US/Installation.xml
+++ b/en-US/Installation.xml
@@ -80,12 +80,9 @@
       <para>
         This is the current process for doing an upgrade from F17 to F18 using fedup. This documentation will change over time as the process evolves. 
       </para>
-        <note><title>sudo or root</title>
-          <para>The commands listed below use sudo but could also be run as root</para>
-        </note>
       <para>
         It is possible to install <application>fedup</application> on an Fedora 17 system using <application>yum</application>:
-        <screen><command>yum install fedup</command></screen>
+        <screen><command>su -c "yum install fedup"</command></screen>
       </para>
     </section>
     <section>
@@ -94,7 +91,7 @@
         Using the <application>fedup-cli</application> command, prepare the upgrade using the following command:
       </para>
        <para>
-        <screen><command>sudo fedup-cli --network 18 --debuglog fedupdebug.log </command></screen>
+        <screen><command>su -c "fedup-cli --network 18 --debuglog fedupdebug.log"</command></screen>
       </para>
       <para>
         At this point, the Fedora 17 system is ready for upgrade.


More information about the docs-commits mailing list