summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-11 21:02:21 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-11 21:02:21 +0000
commitbcc8c49da7ef8945030a14cf8fd7eaef32e0df4a (patch)
treece13505d9c6d9adbc014a37f7acc442a5ffef5f0
parent32cf978089b29dbb6a87542b4edd7c732ec534e8 (diff)
downloadanaconda-bcc8c49da7ef8945030a14cf8fd7eaef32e0df4a.tar.gz
anaconda-bcc8c49da7ef8945030a14cf8fd7eaef32e0df4a.tar.xz
anaconda-bcc8c49da7ef8945030a14cf8fd7eaef32e0df4a.zip
permanently skip installtype (part of #104252)
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index c4baced61..bf9eae5d1 100644
--- a/installclass.py
+++ b/installclass.py
@@ -177,7 +177,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