summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-01-31 20:06:57 +0000
committerMike Fulbright <msf@redhat.com>2001-01-31 20:06:57 +0000
commitc993281f48430e895e371061be71ce61c435d0f9 (patch)
treec3aa934337fcd5a3eebb698f0d7d020457a5a252 /todo.py
parent2cca5c1271f07402f5fab1193ff758e6bb562518 (diff)
downloadanaconda-c993281f48430e895e371061be71ce61c435d0f9.tar.gz
anaconda-c993281f48430e895e371061be71ce61c435d0f9.tar.xz
anaconda-c993281f48430e895e371061be71ce61c435d0f9.zip
fix something ewt broke with finding upgrade path
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 77492c201..80725f932 100644
--- a/todo.py
+++ b/todo.py
@@ -1076,7 +1076,8 @@ class ToDo:
def upgradeFindPackages (self, rootInfo):
if self.setupFilesystems:
try:
- upgrade.mountRootPartition(rootInfo, self.fstab, self.instPath,
+ upgrade.mountRootPartition(self.intf,rootInfo,
+ self.fstab, self.instPath,
allowDirty = 0)
except SystemError, msg:
intf.messageWindow(("Dirty Filesystems"),