[blivet:master] IPSeriesPPC now supports GPT in Open Firmware

Mark Hamzy hamzy at us.ibm.com
Thu May 29 20:04:52 UTC 2014


IBM PowerPC's Open Firmware now supports GPT partitioning.

---
 blivet/platform.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/blivet/platform.py b/blivet/platform.py
index 600d66b..498d08c 100644
--- a/blivet/platform.py
+++ b/blivet/platform.py
@@ -246,10 +246,10 @@ class IPSeriesPPC(PPC):
     _boot_stage1_max_end = Size("4 GiB")
     _boot_prep_description = N_("PReP Boot Partition")
     _boot_descriptions = {"partition": _boot_prep_description}
-    _disklabel_types = ["msdos"]
+    _disklabel_types = ["msdos", "gpt"]
     _boot_stage1_missing_error = N_("You must include a PReP Boot Partition "
-                                    "within the first 4GiB of an MBR-formatted "
-                                    "disk.")
+                                    "within the first 4GiB of an MBR- "
+                                    "or GPT-formatted disk.")
 
     def setDefaultPartitioning(self):
         ret = PPC.setDefaultPartitioning(self)
-- 
1.9.0



More information about the anaconda-patches mailing list