diff options
author | Mike Fulbright <msf@redhat.com> | 2000-06-21 16:01:14 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-06-21 16:01:14 +0000 |
commit | 6bf41525b2355ce0de50b74f1d111c67e9033220 (patch) | |
tree | ffcdeda5dc4df4ff1b7774c70479818fd75e577d /iw | |
parent | 72cadb7337f05c35cc19d8a16caa9a02b11055a2 (diff) | |
download | anaconda-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.py | 3 |
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!!!!!! |