diff options
author | Mike Fulbright <msf@redhat.com> | 2000-05-22 22:37:35 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-05-22 22:37:35 +0000 |
commit | a1d8a8d5ce05122ab493ec40fc99685d6567f6ae (patch) | |
tree | 6589abb8c52f6929a004314d5f7bcf1e9ba5ec83 /iw | |
parent | 8aee5417b0cb9f69cf361443174e41aa1ab184ca (diff) | |
download | anaconda-a1d8a8d5ce05122ab493ec40fc99685d6567f6ae.tar.gz anaconda-a1d8a8d5ce05122ab493ec40fc99685d6567f6ae.tar.xz anaconda-a1d8a8d5ce05122ab493ec40fc99685d6567f6ae.zip |
should fix so hard drive installs from ext2 DONT blow away source partition when autopartitioning
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 534e93229..3d59fd045 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -128,7 +128,8 @@ class InstallPathWindow (InstallWindow): self.todo.intf.waitWindow, self.todo.intf.messageWindow, self.todo.intf.progressWindow, - not self.todo.expert) + not self.todo.expert, + self.todo.method.protectedDevices()) ### ### msf - 05-11-2000 - need to move this code!!!!!! |