summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-03-09 01:51:24 +0000
committerErik Troan <ewt@redhat.com>2001-03-09 01:51:24 +0000
commit0ec80b870770166f923b60daf77c92d974001a86 (patch)
tree7d7f194ad3bb1f67762c665a4aa8d786eb227bc4 /iw
parent84f247e26fedb38682bbaef964d3a43af4a3a8e9 (diff)
downloadanaconda-0ec80b870770166f923b60daf77c92d974001a86.tar.gz
anaconda-0ec80b870770166f923b60daf77c92d974001a86.tar.xz
anaconda-0ec80b870770166f923b60daf77c92d974001a86.zip
should work with new upgrade scheme; will need more changing for
adding swap during upgrade
Diffstat (limited to 'iw')
-rw-r--r--iw/examine_gui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 62eabace0..6d40b43e8 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -16,7 +16,8 @@ class UpgradeExamineWindow (InstallWindow):
def getNext (self):
threads_leave ()
- self.todo.upgradeFindPackages (self.root)
+ self.todo.upgradeMountFilesystems (self.root)
+ self.todo.upgradeFindPackages ()
threads_enter ()
if self.individualPackages.get_active ():