diff options
author | Mike Fulbright <msf@redhat.com> | 2000-05-10 19:31:56 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-05-10 19:31:56 +0000 |
commit | 4ee82679bcd32f74d2b522e02f86d958c8eca486 (patch) | |
tree | 2ba43aa5237c8e8718172ce779819dd1ba45441c /iw/installpath_gui.py | |
parent | 7a4f5c0340377e78859b02098a5c84e4ab621ad1 (diff) | |
download | anaconda-4ee82679bcd32f74d2b522e02f86d958c8eca486.tar.gz anaconda-4ee82679bcd32f74d2b522e02f86d958c8eca486.tar.xz anaconda-4ee82679bcd32f74d2b522e02f86d958c8eca486.zip |
Added support for detecting and optionally (based on expert mode setting) ignoring removable devices
Diffstat (limited to 'iw/installpath_gui.py')
-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 207412e1c..5804a8007 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -125,7 +125,8 @@ class InstallPathWindow (InstallWindow): self.todo.fstab = GuiFstab(self.todo.setupFilesystems, self.todo.serial, 0, 0, self.todo.intf.waitWindow, - self.todo.intf.messageWindow) + self.todo.intf.messageWindow, + not self.todo.expert) # set state of disk druid to be read-only if needed if (InstallPathWindow.fdisk.get_active()): |