[PATCH] Unhide the RHEL InstallClass for RHEL installs (#978850)

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed Jul 3 14:52:52 UTC 2013


Ack.

On Wed, Jul 03, 2013 at 09:59:36AM -0400, David Shea wrote:
> ---
>  pyanaconda/installclasses/rhel.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/installclasses/rhel.py b/pyanaconda/installclasses/rhel.py
> index 370b7e1..5da6aa8 100644
> --- a/pyanaconda/installclasses/rhel.py
> +++ b/pyanaconda/installclasses/rhel.py
> @@ -27,7 +27,8 @@ class InstallClass(BaseInstallClass):
>      id = "rhel"
>      name = N_("Red Hat Enterprise Linux")
>      sortPriority = 10000
> -    hidden = 1
> +    if not productName.startswith("Red Hat Enterprise"):
> +        hidden = 1
>      defaultFS = "xfs"
>  
>      bootloaderTimeoutDefault = 5
> -- 
> 1.8.3.1
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list