summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-08-16 15:37:18 +0000
committerJeremy Katz <katzj@redhat.com>2006-08-16 15:37:18 +0000
commitcf25653690852eaf538b99124e02dc45ee161804 (patch)
tree85b78ed70fc52fb8fff234f8545a2d0940598f54 /installclasses
parent410b89218fec253ef3c914e5aefb29ec3fca658c (diff)
downloadanaconda-cf25653690852eaf538b99124e02dc45ee161804.tar.gz
anaconda-cf25653690852eaf538b99124e02dc45ee161804.tar.xz
anaconda-cf25653690852eaf538b99124e02dc45ee161804.zip
2006-08-16 Jeremy Katz <katzj@redhat.com>
* installclasses/rhel.py (InstallClass.handleRegKey): More tweaks based on what really exists
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/rhel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index 86b8704f7..4d5845758 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -57,7 +57,7 @@ class InstallClass(BaseInstallClass):
# simple and stupid for now... if C is in the key, add Clustering
# if V is in the key, add Virtualization.
- if productPath == "Server":
+ if productPath == "Server" and rhpl.getArch() in ("i386", "x86_64", "ia64"):
if key.find("C") != -1:
self.repopaths["cluster"] = "Cluster"
if key.find("S") != -1: