[master/rhel7-branch] Disallow /boot on RAID on s390x. (#1027670)

Chris Lumens clumens at redhat.com
Mon Feb 17 20:51:10 UTC 2014


> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
> index eea75ab..eec8022 100644
> --- a/pyanaconda/bootloader.py
> +++ b/pyanaconda/bootloader.py
> @@ -2037,8 +2037,7 @@ class ZIPL(BootLoader):
>      packages = ["s390utils-base"]
>  
>      # stage2 device requirements
> -    stage2_device_types = ["partition", "mdarray", "lvmlv"]
> -    stage2_device_raid_levels = [mdraid.RAID1]
> +    stage2_device_types = ["partition", "lvmlv"]
>  
>      @property
>      def stage2_format_types(self):

...and looks goof from the anaconda side, too.

- Chris


More information about the anaconda-patches mailing list