summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index b4c0aa89b..513628a20 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -72,10 +72,10 @@ class InstallPathWindow (InstallWindow):
self.upgradeSteps = [
UpgradeExamineWindow,
- BootloaderWindow,
+ ( BootloaderWindow, BootloaderSkipname ),
UnresolvedDependenciesWindow,
InstallProgressWindow,
- BootdiskWindow,
+ ( BootdiskWindow, "bootdisk" ),
CongratulationWindow
]