summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-06-18 09:55:16 +0200
committerHans de Goede <hdegoede@redhat.com>2009-06-18 09:55:16 +0200
commite3d6d0fe9615b54956cb3a7b12a6d66d76059289 (patch)
tree3ad510a58fd032c94a0767af50732a8f511ede48 /iw
parent9edba6a8faa2dd4a92ccf71843362c34c2b9fa0f (diff)
downloadanaconda-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 'iw')
-rw-r--r--iw/autopart_type.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index f192d6ac3..8a1268904 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -391,6 +391,7 @@ class PartitionTypeWindow(InstallWindow):
self.storage.clearPartDisks,
self.drivelist,
disallowDrives=[self.anaconda.updateSrc])
+ self.anaconda.id.bootloader.updateDriveList()
self._fillBootStore()
w.pop()