summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-13 17:33:50 +0000
committerMatt Wilson <msw@redhat.com>2000-01-13 17:33:50 +0000
commit0d103c4c51791893739e9c8c5991daf111922ecb (patch)
tree7cc7e14103bc707d837f2643cba48d4553ccf5d1 /iw/installpath.py
parent81f5e9a89dd34b60014f2ffd282a1159fe265680 (diff)
downloadanaconda-0d103c4c51791893739e9c8c5991daf111922ecb.tar.gz
anaconda-0d103c4c51791893739e9c8c5991daf111922ecb.tar.xz
anaconda-0d103c4c51791893739e9c8c5991daf111922ecb.zip
checked in changes in comps tree by ewt
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index 513628a20..e231bd346 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -71,7 +71,7 @@ class InstallPathWindow (InstallWindow):
]
self.upgradeSteps = [
- UpgradeExamineWindow,
+ ( UpgradeExamineWindow, "custom-upgrade"),
( BootloaderWindow, BootloaderSkipname ),
UnresolvedDependenciesWindow,
InstallProgressWindow,