[rhinstaller/anaconda/pulls/240 rhel7-branch] Fix Initial PPC PReP Boot Selector Name (#1172755)

vpodzime installerbot-noreply at redhat.com
Fri Jul 24 08:07:36 UTC 2015


> @@ -203,7 +203,7 @@ def removeSelector(self, selector):
>  
>      def _mountpointType(self, mountpoint):
>          if not mountpoint or mountpoint in ["/", "/boot", "/boot/efi", "/tmp", "/usr", "/var",
> -                                            "biosboot", "prepboot", "swap"]:
> +                                            "swap", "PPC PReP Boot", "BIOS Boot"]:

Are you sure this works with partitions/devices created by users in custom partitioning? AFAICT we still expect them to type in/choose ``prepboot`` as the mountpoint not ``PPC PReP Boot``. 

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/240#discussion_r35402846


More information about the anaconda-patches mailing list