[anaconda][master][PATCH] Update help text for the nodnf option

Martin Kolman mkolman at redhat.com
Fri Jan 9 10:56:00 UTC 2015


Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 anaconda                  | 2 +-
 data/anaconda_options.txt | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/anaconda b/anaconda
index 4ded503..9220653 100755
--- a/anaconda
+++ b/anaconda
@@ -355,7 +355,7 @@ def parseArguments(argv=None, boot_cmdline=None):
     ap.add_argument("--nombr", action="store_true", default=False,
                     help=help_parser.help_text("nombr"))
     ap.add_argument("--nodnf", action="store_false", dest="dnf", default=True,
-                    help=help_parser.help_text("dnf"))
+                    help=help_parser.help_text("nodnf"))
     ap.add_argument("--mpathfriendlynames", action="store_true", default=True,
                     help=help_parser.help_text("mpathfriendlynames"))
 
diff --git a/data/anaconda_options.txt b/data/anaconda_options.txt
index 12a10d9..02dcdb3 100644
--- a/data/anaconda_options.txt
+++ b/data/anaconda_options.txt
@@ -223,9 +223,10 @@ installed OS will be booted.  /etc/grub.d/40_custom can be used with
 manually created menuentrys which can use configfile to point to the
 grub.cfg on the newly installed OS.
 
-dnf
-Use the experimental DNF package management backend instead of the YUM backend
-that is used by default. For more information about the DNF project see:
+nodnf
+Don't use the DNF package management backend (default since F22) and
+use the legacy YUM backend instead.
+For more information about the DNF project see:
 http://dnf.baseurl.org
 
 mpathfriendlynames
-- 
2.1.0



More information about the anaconda-patches mailing list