logging: remove all references to the "installtype" step.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ack to all 5.
On Wed, 12 May 2010, Ales Kozumplik wrote:
it has been virtually nonexistent for three years, see
9e1a444c46abcfc29c2e44ffd102fcc1eda6289e,
2d90bc12dcc682a7f0ff68e599cbb81a34a0b4a3 and
076c853f50c10203b45a552735f692b13a191bcb.
I found out about this when auditing the rawhide logs today.
---
installclass.py | 6 ------
iw/examine_gui.py | 4 +---
kickstart.py | 3 ---
textw/upgrade_text.py | 4 +---
upgrade.py | 4 ----
5 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/installclass.py b/installclass.py
index 2e8fcf6..7208a7f 100644
--- a/installclass.py
+++ b/installclass.py
@@ -84,7 +84,6 @@ class BaseInstallClass(object):
"storageinit",
"findrootparts",
"betanag",
- "installtype",
"cleardiskssel",
"parttype",
"autopartitionexecute",
@@ -143,11 +142,6 @@ class BaseInstallClass(object):
if flags.cmdline.has_key("upgrade"):
dispatch.skipStep("findrootparts", skip = 0)
- # if there's only one install class, it doesn't make much sense
- # to show it
- if len(availableClasses()) < 2:
- dispatch.skipStep("installtype", permanent=1)
-
# allow interface backends to skip certain steps.
anaconda.intf.setSteps(anaconda)
# Storage is initialized for us right when kickstart processing starts.
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 7fd7ebe..fdb5eee 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -215,7 +215,7 @@ class UpgradeExamineWindow:
global seenExamineScreen
- if (not seenExamineScreen and anaconda.dispatch.stepInSkipList("installtype")) or anaconda.upgrade:
+ if anaconda.upgrade:
default = 1
else:
default = 0
@@ -249,9 +249,7 @@ class UpgradeExamineWindow: