summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index ead3dfd68..fac8d97a1 100644
--- a/installclass.py
+++ b/installclass.py
@@ -23,7 +23,8 @@ from partitioning import *
from rhpl.log import log
from rhpl.translate import _, N_
-
+
+from constants import BETANAG
class BaseInstallClass:
# default to not being hidden
@@ -131,6 +132,9 @@ class BaseInstallClass:
"complete"
)
+ if not BETANAG:
+ dispatch.skipStep("betanag")
+
# XXX ugh, this badly needs some clean up
if iutil.getArch() == "alpha" or iutil.getArch() == "ia64":
dispatch.skipStep("bootdisk")