[PATCH] Update biosboot error message (#960691)

Brian C. Lane bcl at redhat.com
Wed May 8 22:21:24 UTC 2013


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())
-- 
1.8.1.4



More information about the anaconda-patches mailing list