summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-21 16:01:14 +0000
committerMike Fulbright <msf@redhat.com>2000-06-21 16:01:14 +0000
commit6bf41525b2355ce0de50b74f1d111c67e9033220 (patch)
treeffcdeda5dc4df4ff1b7774c70479818fd75e577d /iw
parent72cadb7337f05c35cc19d8a16caa9a02b11055a2 (diff)
downloadanaconda-6bf41525b2355ce0de50b74f1d111c67e9033220.tar.gz
anaconda-6bf41525b2355ce0de50b74f1d111c67e9033220.tar.xz
anaconda-6bf41525b2355ce0de50b74f1d111c67e9033220.zip
HJ patch.8 to make upgrades ignore bad partition tables
Diffstat (limited to 'iw')
-rw-r--r--iw/installpath_gui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py
index 8128e0c92..10faa78c7 100644
--- a/iw/installpath_gui.py
+++ b/iw/installpath_gui.py
@@ -130,7 +130,8 @@ class InstallPathWindow (InstallWindow):
self.todo.intf.progressWindow,
not self.todo.expert,
self.todo.method.protectedPartitions(),
- self.todo.expert)
+ self.todo.expert,
+ self.todo.upgrade)
###
### msf - 05-11-2000 - need to move this code!!!!!!