diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-06-18 09:55:16 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2009-06-18 09:55:16 +0200 |
commit | e3d6d0fe9615b54956cb3a7b12a6d66d76059289 (patch) | |
tree | 3ad510a58fd032c94a0767af50732a8f511ede48 /textw | |
parent | 9edba6a8faa2dd4a92ccf71843362c34c2b9fa0f (diff) | |
download | anaconda-e3d6d0fe9615b54956cb3a7b12a6d66d76059289.tar.gz anaconda-e3d6d0fe9615b54956cb3a7b12a6d66d76059289.tar.xz anaconda-e3d6d0fe9615b54956cb3a7b12a6d66d76059289.zip |
Tell booty to rescan for bootable drivers when an extra disks get added
When manually adding an iscsi disk it will not show up in the where to
install the bootloader dropdown, this patch fixes this.
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index b6960eff8..fdf349666 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -130,6 +130,7 @@ class PartitionTypeWindow: if rc == "F2": if self.addDriveDialog(screen) != INSTALL_BACK: anaconda.id.storage.reset() + anaconda.id.bootloader.updateDriveList() continue if res == TEXT_BACK_CHECK: |