[blivet-rhel7] IPSeriesPPC now supports GPT in Open Firmware (#1088596)

Brian C. Lane bcl at redhat.com
Thu Aug 21 22:06:41 UTC 2014


From: Mark Hamzy <hamzy at us.ibm.com>

IBM PowerPC's Open Firmware now supports GPT partitioning.

Related: rhbz#1088596

Signed-off-by: Brian C. Lane <bcl at redhat.com>
---
 blivet/platform.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/blivet/platform.py b/blivet/platform.py
index 3b722f5..435dc7b 100644
--- a/blivet/platform.py
+++ b/blivet/platform.py
@@ -236,7 +236,10 @@ class IPSeriesPPC(PPC):
     _boot_stage1_max_end_mb = 4096
     _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- "
+                                    "or GPT-formatted disk.")
 
     def setDefaultPartitioning(self):
         ret = PPC.setDefaultPartitioning(self)
-- 
1.9.3



More information about the anaconda-patches mailing list