[rhel7-branch][PATCH] Make sure proper installclass selected for RHEL installs. (#975720)

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Jul 15 19:14:48 UTC 2013


Note: This patch should *only* go into rhel7-branch.

product.img is no longer being provided, and Fedora installclass
was being selected for installation. Bump the priority of the RHEL
installclass to ensure it gets selected instead.

Resolves: rhbz#975720
---
 pyanaconda/installclasses/rhel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/installclasses/rhel.py b/pyanaconda/installclasses/rhel.py
index 5da6aa8..24eb538 100644
--- a/pyanaconda/installclasses/rhel.py
+++ b/pyanaconda/installclasses/rhel.py
@@ -26,7 +26,7 @@ class InstallClass(BaseInstallClass):
     # name has underscore used for mnemonics, strip if you dont need it
     id = "rhel"
     name = N_("Red Hat Enterprise Linux")
-    sortPriority = 10000
+    sortPriority = 20000
     if not productName.startswith("Red Hat Enterprise"):
         hidden = 1
     defaultFS = "xfs"
-- 
1.7.11.7



More information about the anaconda-patches mailing list