|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
# |
|
|
|
|
# rhel.py |
|
|
|
|
# powerel.py |
|
|
|
|
# |
|
|
|
|
# Copyright (C) 2010 Red Hat, Inc. All rights reserved. |
|
|
|
|
# |
|
|
|
@ -75,7 +75,7 @@ class PELBaseInstallClass(BaseInstallClass):
@@ -75,7 +75,7 @@ class PELBaseInstallClass(BaseInstallClass):
|
|
|
|
|
def __init__(self): |
|
|
|
|
BaseInstallClass.__init__(self) |
|
|
|
|
|
|
|
|
|
class PELAtomicInstallClass(RHELBaseInstallClass): |
|
|
|
|
class PELAtomicInstallClass(PELBaseInstallClass): |
|
|
|
|
name = "PowerEL Atomic Host" |
|
|
|
|
sortPriority=21000 |
|
|
|
|
hidden = not productName.startswith(("PowerEL Atomic Host", "PEL Atomic")) |
|
|
|
|