diff options
author | Mike Fulbright <msf@redhat.com> | 2001-01-31 20:06:57 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-01-31 20:06:57 +0000 |
commit | c993281f48430e895e371061be71ce61c435d0f9 (patch) | |
tree | c3aa934337fcd5a3eebb698f0d7d020457a5a252 /todo.py | |
parent | 2cca5c1271f07402f5fab1193ff758e6bb562518 (diff) | |
download | anaconda-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.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"), |