[PATCH] Update biosboot error message (#960691)

Vratislav Podzimek vpodzime at redhat.com
Thu May 9 09:40:13 UTC 2013


On Wed, 2013-05-08 at 15:21 -0700, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> ---
>  blivet/__init__.py | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/blivet/__init__.py b/blivet/__init__.py
> index 93ed9b9..2b9358b 100644
> --- a/blivet/__init__.py
> +++ b/blivet/__init__.py
> @@ -1540,10 +1540,9 @@ class Blivet(object):
>  
>                  if missing:
>                      errors.append(_("Your BIOS-based system needs a special "
> -                                    "partition to boot with %s's new "
> -                                    "disk label format (GPT). To continue, "
> -                                    "please create a 1MB 'BIOS Boot' type "
> -                                    "partition.") % productName)
> +                                    "partition to boot from a GPT disk label. "
> +                                    "To continue, please create a 1MB "
> +                                    "'biosboot' type partition."))
>  
>          if not swaps:
>              installed = Size(spec="%s kb" % util.total_memory())
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list