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

Vratislav Podzimek vpodzime at redhat.com
Wed Jun 4 08:48:50 UTC 2014


On Thu, 2014-05-29 at 15:04 -0500, Mark Hamzy wrote:
> 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)
Looks good to me.

-- 
Vratislav Podzimek

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




More information about the anaconda-patches mailing list