summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index cbc4864a1..c369e32ba 100644
--- a/installclass.py
+++ b/installclass.py
@@ -184,7 +184,7 @@ class BaseInstallClass:
# if there's only one install class, it doesn't make much sense
# to show it
if len(availableClasses()) < 2:
- dispatch.skipStep("installtype")
+ dispatch.skipStep("installtype", permanent=1)
# called from anaconda so that we can skip steps in the headless case
# in a perfect world, the steps would be able to figure this out