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

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Jan 9 13:11:09 UTC 2015


Looks ok to me.

On Fri, Jan 09, 2015 at 11:56:00AM +0100, Martin Kolman wrote:
> 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
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list