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

David Shea dshea at redhat.com
Wed Jul 3 13:59:36 UTC 2013


---
 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



More information about the anaconda-patches mailing list